2.0.3 • Published 6 years ago

truebit-iico-beta-dev v2.0.3

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

truebit-iico-beta-dev

How to deploy the contract into the infura-rinkeby network

  • Clone this repository
  • Open the truebit-implementation folder
  • Install the dependencies using npm install
  • Add the required variables to to the .env file:

MNEMONIC is the mnemonic of your wallet, if you are using metamask you can get this under Setting > Reveal Seed Words

INFURA_API_KEY is the API KEY provided by infura

  • Deploy the contract using npm run deploy-contract-infura
  • You will see the deployed contact address on the console contract_address

Notes:

  • Rember to whitelist the contract address in the infura dashboard in order to use it
  • Please do not commit/push changes in the .env file to this repository

Changelog

  • Breaking Changes: starting in version 1.0.0 you should import the IICO and IICOABI like:
import { IICO, IICOABI } from 'truebit-iico-beta-dev';
  • Breaking Changes: starting in version 2.0.0 you can only import the IICOABI
2.0.3

6 years ago

2.0.2-test

6 years ago

2.0.1

6 years ago

2.0.0

6 years ago

1.0.0

6 years ago

0.0.12

6 years ago

0.0.11

6 years ago

0.0.10

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago