Skip to content

Latest commit

 

History

History
61 lines (38 loc) · 1.9 KB

README.md

File metadata and controls

61 lines (38 loc) · 1.9 KB

🏗 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.