All Projects → AlisProject → Ico Contracts

AlisProject / Ico Contracts

Licence: gpl-3.0
🎉 ICO Contracts of the ALIS.

Programming Languages

javascript
184084 projects - #8 most used programming language
solidity
1140 projects

Projects that are alternatives of or similar to Ico Contracts

Rico
The Responsible Initial Coin Offering Framework
Stars: ✭ 83 (+20.29%)
Mutual labels:  ethereum, smart-contracts, ico
Smart Contracts
Ethereum smart contracts for security and utility tokens
Stars: ✭ 1,187 (+1620.29%)
Mutual labels:  ethereum, smart-contracts, ico
Ethnode
Run an Ethereum node (Geth or Openethereum) for development
Stars: ✭ 74 (+7.25%)
Mutual labels:  ethereum, smart-contracts, geth
Cryptocurrencyawesome
Cryptocurrency study materials resources
Stars: ✭ 118 (+71.01%)
Mutual labels:  ethereum, smart-contracts, ico
Ico Contracts
Ethereum smart contracts that have been used during successful ICOs
Stars: ✭ 160 (+131.88%)
Mutual labels:  ethereum, smart-contracts, ico
Ethereum Ico Contract
Tested Ethereum ICO Contract for Token Crowdsales
Stars: ✭ 59 (-14.49%)
Mutual labels:  ethereum, smart-contracts, ico
Web3swift
Elegant Web3js functionality in Swift. Native ABI parsing and smart contract interactions.
Stars: ✭ 237 (+243.48%)
Mutual labels:  ethereum, smart-contracts, geth
Baseline
The Baseline Protocol is an open source initiative that combines advances in cryptography, messaging, and blockchain to execute secure and private business processes at low cost via the public Ethereum Mainnet. The protocol will enable confidential and complex collaboration between enterprises without leaving any sensitive data on-chain
Stars: ✭ 479 (+594.2%)
Mutual labels:  ethereum, smart-contracts, geth
Solidity
🔐 Ethereum smart contracts developed for the Hanzo Platform.
Stars: ✭ 46 (-33.33%)
Mutual labels:  ethereum, smart-contracts
Solpp
A solidity preprocessor and flattener CLI and library
Stars: ✭ 44 (-36.23%)
Mutual labels:  ethereum, smart-contracts
Geth Jsonrpc Php Client
API client lib for communication with geth (go-ethereum) node.
Stars: ✭ 64 (-7.25%)
Mutual labels:  ethereum, geth
Learn Solidity
Code base for "Learn Solidity: Programming Language for Ethereum Smart Contracts" course in Tosh Academy & Blockchain Council
Stars: ✭ 44 (-36.23%)
Mutual labels:  ethereum, smart-contracts
Vyper.fun
Cryptozombies for Vyper: Learn Vyper by building games!
Stars: ✭ 42 (-39.13%)
Mutual labels:  ethereum, smart-contracts
Ethdroid
Easy-to-use Ethereum Geth wrapper for Android
Stars: ✭ 47 (-31.88%)
Mutual labels:  ethereum, geth
Hifi Protocol
The Hifi fixed-rate, fixed-term lending protocol
Stars: ✭ 41 (-40.58%)
Mutual labels:  ethereum, smart-contracts
Violationsystem
Ethernum ViolationSystem
Stars: ✭ 50 (-27.54%)
Mutual labels:  ethereum, geth
Scribble
Scribble instrumentation tool
Stars: ✭ 60 (-13.04%)
Mutual labels:  ethereum, smart-contracts
Smart Contracts Example
Simple example of token market. Based on blockchain technology using Ethereum platform.
Stars: ✭ 37 (-46.38%)
Mutual labels:  ethereum, smart-contracts
Homework
HomeWork is an autonomous utility for finding, sharing and reusing home addresses for contracts.
Stars: ✭ 50 (-27.54%)
Mutual labels:  ethereum, smart-contracts
Uniflash
A simple and decentralized protocol for flash loan. https://t.me/Uniflash
Stars: ✭ 64 (-7.25%)
Mutual labels:  ethereum, smart-contracts

CircleCI

ICO Contracts

ALIS

The ICO contracts of ALIS project.
Let me know from our social channels if you have any questions.

Solgraph

Solgraph image of AlisCrowdsale.sol.

Prerequisite

  • node.js
    • See: .node-version
  • yarn

Usage

  1. git clone https://github.com/AlisProject/ico-contracts.git
  2. cd ico-contracts
  3. yarn
  4. yarn truffle install

Test

  • yarn test:all

Run single test

  • yarn test ./test/alis_crowdsale.js

Debug

  • yarn debug
    • You can use debugger; function of node.

Linting

  • yarn lint

Deployment

You should adjust gas and gasPrice at truffle.js.

Using private net(geth)

Prerequisite: geth, MIST or EtherumWallet.
In case of MAC.

  1. cd config

  2. mkdir datadir

  3. geth init private.genesis.json --datadir ./datadir/

  4. Run private net.

     geth --datadir ./datadir --networkid 10 --ipcpath /Users/USERNAME/Library/Ethereum/geth.ipc \
     --rpc --rpcaddr "localhost" --rpcport "8545" --rpccorsdomain "*" --mine --minerthreads 4 --unlock 0,1 \
     console 2>> /tmp/geth.log
    

Private net & Test net

  • yarn deploy

Main net

  • truffle deploy --network live

License

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].