EhsanParsania / ERC-777

Building ERC-777 Tokens with Hardhat and ERC-1820 Registration Guide

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sample of deploying ERC777 with hardhat

to run the project :

npm i

npm run node

npm run deploy

do not forget put your private key on .secret file to init the wallet

About

Building ERC-777 Tokens with Hardhat and ERC-1820 Registration Guide

License:MIT License


Languages

Language:Solidity 50.0%Language:JavaScript 50.0%