🧪 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.
Before you begin, you need to install the following tools:
- Node (v18 LTS)
- Yarn (v1 or v2+)
- Git
- ts-node (For running the server)
To get started with ERC-3643-DApp, follow the steps below:
- Clone this repo & install dependencies
git clone https://github.com/ERC-3643/ERC-3643-DApp.git
cd ERC-3643-DApp
yarn install
- In one terminal, run the server:
ts-node server.ts
- In a second terminal, start your NextJS app:
yarn start
Visit your app on: https://localhost:3000
. To load a specific ERC-3643 compliant token, paste its address into the form in the navbar and click "Load Token".
For more information about the ERC-3643 standard and the association's initiatives, visit the official website.
We welcome contributions to the ERC-3643-DApp!
Please see CONTRIBUTING.MD for more information and guidelines for contributing to ERC-3643-DApp.