Skip to content

ajsb85/flypme-contracts

 
 

Repository files navigation

ABOUT

Contracts for the flyp.me accountless exchange crowdsale.

Deployed live at: https://etherscan.io/address/0x06dafc2a5fe47fcc9f37b5f91c0c2bd1cf2a9a4c

SETUP LOCAL TEST NODE:

npm install -g ethereumjs-testrpc
testrpc

PREPARE:

git clone https://github.com/flypme/flypme-contracts
cd flypme-contracts
npm install -g truffle
# you might need the following to be able to compile dependencies
export PYTHON=/usr/bin/python2.7
npm install

COMPILE AND DEPLOY:

truffle compile
truffle migrate

TEST:

See test-ico.js

for automatic tests you can run:

truffle test

VERIFY:

To verify you will need to merge source files with sol-merger and then fill all the details taking the construction arguments from the transaction that created the first contract instance.

npm i -g sol-merger
# runs merger and leaves result file at build/MySale.sol
npm run-script merge

VERSIONS:

  • truffle: 3.4.9
  • zeppelin-solidity: 1.2.0

License

Code released under the [MIT License]


  • Flyp.me Team

About

Contracts for the flyp.me platform

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%