Demul1 / Contracts

Commonly used solidity contracts for ERC20 Tokens.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Contracts

About

These are all the basic contracts which are commonly used for ERC20 tokens, such as Ownable, Safemath, ERC20Interface, ERC20, and ApproveAndCallFallBack.

Prerequisites

  1. Install Node.js

Getting Started

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

About

Commonly used solidity contracts for ERC20 Tokens.


Languages

Language:Solidity 100.0%