These are all the basic contracts which are commonly used for ERC20 tokens, such as Ownable, Safemath, ERC20Interface, ERC20, and ApproveAndCallFallBack.
- Install Node.js
Run the following code in your command line:
#clone repository
$ git clone https://github.com/Demul1/Contracts
#move into repository
$ cd Contracts
#remove current origin repository
$ git remote remove origin