Skip to content

Smart contract for the Altblock's Term Deposit Token

Notifications You must be signed in to change notification settings

AltBlock/exchange-token

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Smart Contract fot Altblock Exchange

ERC20 Tokens Altblock Exchange

Token Name: "Altblock Exchange Token"   
Token Symbol: "AET"  
Total Supply = 900 Millions

Install

    # Install truffle
    npm install -g truffle

    # Install Ganache for testrpc
    npm install -g ganache-cli

    # Run testrpc
    ganache-cli -p 8545 -u 0

    # Install the dependencies
    npm install

Contract

    # Compile the contract
    truffle compile

    # Migrate the contract
    truffle migrate

    # Test the contract
    truffle test

Deploying to ropsten network

Make an .env file as below

MNEMONIC="MNEMONIC CODE... CODE"
INFURA_API_KEY="APIKEY"

Run the following command

truffle deploy --network ropsten

About

Smart contract for the Altblock's Term Deposit Token

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •