Skip to content

ERC-20 Token contract with functionalities to public sell and buy of tokens.

Notifications You must be signed in to change notification settings

lucasvieira94/tradable-erc20-contract

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tradable ERC-20 Smart Contract

This project was implemented to educational purposes. Use as you wish.

There are a few commands that we can use.

To compile:

npx hardhat compile

To deploy:

npx hardhat deploy

To test:

npx hardhat test

To test only trading functionality:

npx hardhat test --grep Trade

About

ERC-20 Token contract with functionalities to public sell and buy of tokens.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published