Skip to content
/ did-puf-vrf Public template
forked from scaffold-eth/scaffold-eth-2

Open source forkable Ethereum dev stack

License

Notifications You must be signed in to change notification settings

jshuo/did-puf-vrf

 
 

Repository files navigation

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


About

Open source forkable Ethereum dev stack

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 53.4%
  • Solidity 44.6%
  • C 0.9%
  • JavaScript 0.8%
  • Makefile 0.1%
  • CSS 0.1%
  • Shell 0.1%