Vishwas1 / hid

Hypersign ERC20 token contract
0 stars 1 forks source link

Hypersign Identity Token (HID)

Setup Project

Private blockchain

ganache-cli -m <mnemonics>  # Run private blockchain network

Setup repository

# clone repo
git clone https://github.com/Vishwas1/hid

# change dir
cd hid

# install required packages
npm i 

# create file to store mnemonics
echo "<mnemonics>" > .secret 

Compilation

truffle compile

Deployment

Private Net

truffle migrate --network development

TestNet: Ropsten

INFURA_KEY=<your_infura_project_key> truffle migrate --network ropsten

Testing

truffle test

Report

img

Deployed Contract