All Projects → rstormsf → cindicator_tokensale

rstormsf / cindicator_tokensale

Licence: other
Contracts for Cindicator ICO

Programming Languages

shell
77523 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to cindicator tokensale

Awesome Crowdsales
A curated list of ICO repositories that produced ERC20/ERC223 tokens
Stars: ✭ 113 (+707.14%)
Mutual labels:  ico, erc20
ethtoken.py
Ethereum ERC20 Token Interface, in Python
Stars: ✭ 40 (+185.71%)
Mutual labels:  ico, erc20
Ico Contracts
Ethereum smart contracts that have been used during successful ICOs
Stars: ✭ 160 (+1042.86%)
Mutual labels:  ico, erc20
awesome-ico-truths
Awesome Initial Coin Offerings (ICO) Truths - The Art of the Steal - The Scammers' Big Lies ++ ICO tokens are like bitcoins, ICOs are like IPOs, ICO White Papers are like "Due Diligence" Inverstor Prospectus, ...
Stars: ✭ 32 (+128.57%)
Mutual labels:  ico, erc20
Awesome Blockchain Kor
<블록체인의 정석>, <하이퍼레저 블록체인 개발> 소스코드 및 참고자료 저장소
Stars: ✭ 243 (+1635.71%)
Mutual labels:  ico, erc20
ethereum-crowdsale
0xcert protocol crowdsale contracts for Ethereum blockchain.
Stars: ✭ 15 (+7.14%)
Mutual labels:  ico, erc20
erc20-balance
💎 Get 2000+ ERC-20 token balances with JavaScript. Supports Node.js and Deno
Stars: ✭ 18 (+28.57%)
Mutual labels:  erc20
ethereum-kit-ios
Comprehensive EVM SDK (ex: Ethereum, Binance Smart Chain) for iOS, implemented on Swift. Create wallets, watch wallets (read-only), sync transactions, filter transactions by type (erc20, bep20, swap transactions etc.), swap using native DEX protocols, easily extendable to work with custom smart contracts, and full support for EIP1159.
Stars: ✭ 148 (+957.14%)
Mutual labels:  erc20
frontend-ico-dashboard
Free & open-source dashboard for your next ICO, crowdsale or tokensale
Stars: ✭ 79 (+464.29%)
Mutual labels:  ico
koinos-gui-miner
The Koinos Miner (GUI) provides a sleek and functional user interface that allows users to mine the KOIN ERC-20 which will be used to deliver an equitable initial token distribution on the Koinos blockchain.
Stars: ✭ 26 (+85.71%)
Mutual labels:  erc20
cryptowallet-cli
CW is a crypto wallet generator CLI tool for a lot of blockchains: Bitcoin, Ethereum, Binance Smart Chain and many others
Stars: ✭ 45 (+221.43%)
Mutual labels:  erc20
niftygate
Drop-in Access Control via NFT Ownership
Stars: ✭ 61 (+335.71%)
Mutual labels:  erc20
0x-codesandbox
0x Codesandbox
Stars: ✭ 14 (+0%)
Mutual labels:  erc20
icoextract
Extract icons from Windows PE files (.exe/.dll)
Stars: ✭ 56 (+300%)
Mutual labels:  ico
rICO-js
Reversible ICO prototype written in JavaScript for exploration and testing.
Stars: ✭ 22 (+57.14%)
Mutual labels:  ico
token-allowance-checker
Control ERC20 token approvals
Stars: ✭ 72 (+414.29%)
Mutual labels:  erc20
openst-platform
OpenST Platform provides an interface to tokenise mainstream consumer applications with crypto-assets on Ethereum [deprecated in favour of openst.js and mosaic.js]
Stars: ✭ 84 (+500%)
Mutual labels:  erc20
elephicon
A GUI wrapper for png2icons.
Stars: ✭ 90 (+542.86%)
Mutual labels:  ico
go-dc-wallet
交易所收提币功能
Stars: ✭ 76 (+442.86%)
Mutual labels:  erc20
eos21
Teleport your ERC20 tokens to EOS.
Stars: ✭ 42 (+200%)
Mutual labels:  erc20

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"
    }, [])
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].