Client application interacting with smart contracts that follow ERCs standards.
Build this project from stratch: https://youtu.be/92rnG1t_55I
Report Bug
·
Request Feature
- Clone the repo
git clone https://github.com/konytech/ethereum-ercs-demo.git
- Install NPM packages
npm ci
- Start the development server
npm start
- Access the app at localhost:3000
- Create a production build
npm build
- ERC-20
- [WIP] ERC-721
- [WIP] ERC-777
- [WIP] ERC-1155
See the open issues for a full list of proposed features and known issues.
Distributed under the MIT License.