Solidity smart contracts for the Libra Credit token sale.
The LibraTokenSale contract is deployed on Ethereum with contract address 0x3019dbcd06d2cac9d09acbde9d0ae890f14f69ea.
The Libra ERC20 token is deployed on Ethereum with contract address 0xfe5f141bf94fe84bc28ded0ab966c16b17490657.
Install NodeJS with the following versions:
node@8.10.0 // Latest LTS version
npm@5.6.0
Proceed to install the repository dependencies:
npm install
To compile, run:
npm start
To perform the tests, run:
npm test
To run the tests, please have Docker running.