Giter VIP home page Giter VIP logo

cindicator_tokensale's Introduction

cindicator-contracts

cindicator Ethereum smart contracts

Mainnet addresses:

Contribution: https://etherscan.io/address/0xc22462d4bc50952b061c9e6c585fdd9a04d0d75a#readContract

CND Token: https://etherscan.io/address/0xd4c435f5b09f855c3317c8524cb1f586e42795fa

Tier-1: https://etherscan.io/address/0x0cf3da2058c228328a2427abbcb25f3dc5c14db3

To Run tests:

yarn test

To Deploy in mainnet:

  1. Change
const FOUNDERS_WALLET_ADDRESS = "0x0039F22efB07A647557C7C5d17854CFD6D489eF3";
const ADVISORS_WALLET_ADDRESS = "0x456";
const BOUNTY_WALLET_ADDRESS = "0x321";

in migration_file

  1. Change parameters for Tier1 in migration_file

  2. Specify network in truffle.js

  3. Run

yarn truffle migrate --network mainnet
  1. Run solidity_flattener for every contract to flatten them out.

  2. Use output from migration script for encoded params in order to verify contracts on etherscan.io

  3. Enjoy!

Encoded buy method to use for crowdsale:

0xa6f2ae3a used from: web3 1.0 version:

 web3.eth.abi.encodeFunctionCall({
      "constant": false,
      "inputs": [],
      "name": "buy",
      "outputs": [],
      "payable": true,
      "type": "function"
    }, [])

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.