Skip to content
generated from ERC-3643/DApp

DApp to interact with ERC-3643 smart contracts

License

Notifications You must be signed in to change notification settings

ERC-3643/ERC-3643-DApp

Repository files navigation


⚠️ Warning: The current version of this DApp is a Proof of Concept (PoC) and is intended for demonstration and testing purposes only. It is currently configured to work exclusively on the Mumbai testnet. Please exercise caution and do not use it in production or with real assets until further development and testing have been completed.


🏗 ERC-3643-DApp

🧪 The ERC-3643-DApp is an open-source project initiated by the ERC-3643 association. It aims to promote the use of the ERC-3643 standard for tokenized assets by providing a robust and scalable decentralized application.

⚙️ Built upon the foundation of Scaffold-ETH 2, using NextJS, RainbowKit, Hardhat, Wagmi, and Typescript.

  • Token Loading: Easily load any ERC-3643 compliant token by pasting its address.
  • 🔐 Integration with Wallet Providers: Connect to different wallet providers and interact with the Ethereum network.

ERC-3643-DApp Interface

Requirements

Before you begin, you need to install the following tools:

Quickstart

To get started with ERC-3643-DApp, follow the steps below:

  1. Clone this repo & install dependencies
git clone https://github.com/ERC-3643/ERC-3643-DApp.git
cd ERC-3643-DApp
yarn install
  1. In one terminal, run the server:
ts-node server.ts
  1. In a second terminal, start your NextJS app:
yarn start

Visit your app on: http://localhost:3000. To load a specific ERC-3643 compliant token, paste its address into the form in the navbar and click "Load Token".

Documentation

For more information about the ERC-3643 standard and the association's initiatives, visit the official website.

Contributing to ERC-3643-DApp

We welcome contributions to the ERC-3643-DApp!

Please see CONTRIBUTING.MD for more information and guidelines for contributing to ERC-3643-DApp.