Skip to content

In this repository, you'll find two contracts: 1.MyGovernor - a contract built from the openzeppelin governor wizard. 2.MyToken - a token which is built to work together with the governor standard.

Notifications You must be signed in to change notification settings

AdrianGeorgeM/Erc20-Mint-Governance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ERC20 for governance

The token will have two purposes: 1.It will be the token used for voting weight in our Governor contract. 2.It will have a mint function which can only be called when a proposal from the token holders has been successfully executed.

Try running some of the following tasks:

npx hardhat help
npx hardhat test
npx hardhat node
npx hardhat run scripts/deploy.js

About

In this repository, you'll find two contracts: 1.MyGovernor - a contract built from the openzeppelin governor wizard. 2.MyToken - a token which is built to work together with the governor standard.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published