Skip to content

voBits/ENS-Bid-ERC20-token-contract

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ENS (Ethereum Name Service) Bid Token Contracts

Implementations ENS-Bid ERC20 token contract for the Ethereum Name Service.

Technical Definition

At the technical level ENSBidToken are a ERC20-compliant tokens.
Symbol will named: EBT.

Techincal Stack

Use truffle to create, compile, deploy and test smart contract.
Use open zeppelin for smart contract security.
Use testrpc for local testing.

Testing

See test for details.

Contracts

ENSBidToken.sol: Main contract for the token, ENS-Bid follows ERC20 standard.
BasicToken.sol: ERC20Basic.sol interface implementation.
StandardToken.sol: ERC20.sol interface implementation.
ERC20.sol: ERC20 standard interfaces.
ERC20Basic.sol: ERC20 basic interfaces.
Ownable.sol: Owner ship.
SafeMath.sol: Math operations with safety checks.

Reviewers And Audits

Code for the EnsBid is being reviewed by:

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published