Skip to content

Fungible Token contract with Staking functionality written using ERC-20 protocol and Solitdity.

Notifications You must be signed in to change notification settings

lucasvieira94/stakable-erc20-contract

Repository files navigation

Stakable 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 stake functionality:

npx hardhat test --grep stake

About

Fungible Token contract with Staking functionality written using ERC-20 protocol and Solitdity.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published