Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
naszam authored Aug 3, 2020
1 parent cdb18f7 commit 5d36e7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ AntsReviewRoles inherits AccessControl module by OpenZeppelin, allowing the owne
ANTS is the ERC20 token used by the Ants-Review Protocol.
It allows the owner of the contract, set as Default Admin, Minter and Pauser to add and remove a Minter via **addMinter()**, **removeMinter()** functions.
The minter is able create new ANTS tokens via **mint()** and the holder to burn them via the **burn()** function.
The minter is able create new ANTS tokens via **mint()** and the holder to burn them via the **burn()** function.

During deployment the contract sets the following ERC20 metadata:
- name: "Ants-Review"
Expand All @@ -99,7 +99,7 @@ During deployment the contract sets the following ERC20 metadata:
### [AntsFaucet](./contracts/AntsFaucet.sol)
> AntsFaucet ANTS Faucet
AntsFaucet implements an ANTS Faucet to be used on Kovan to test the Ants-Review Protocol.
AntsFaucet implements an ANTS Faucet to be used on Kovan to test the Ants-Review Protocol.
Anyone can get 10 ANTS by calling the **withdraw()** function.

Setup
Expand Down

0 comments on commit 5d36e7e

Please sign in to comment.