All Projects → JoinColony → colonySale

JoinColony / colonySale

Licence: GPL-3.0 license
Colony Token and Crowdsale Contracts

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to colonySale

Simple-Game-ERC-721-Token-Template
🔮 Very Simple ERC-721 Smart Contract Template to create your own ERC-721 Tokens on the Ethereum Blockchain, with many customizable Options 🔮
Stars: ✭ 83 (+207.41%)
Mutual labels:  smart-contracts, token
blockstarter
This is a white label solution to create a contribution crypto-wallet that can be used in your ICO campaign.
Stars: ✭ 21 (-22.22%)
Mutual labels:  smart-contracts, token
ethereum-crowdsale
0xcert protocol crowdsale contracts for Ethereum blockchain.
Stars: ✭ 15 (-44.44%)
Mutual labels:  smart-contracts, token
ethereum-erc20
Fungible token implementation for the Ethereum blockchain.
Stars: ✭ 27 (+0%)
Mutual labels:  smart-contracts, token
crowdsale-smart-contract
No description or website provided.
Stars: ✭ 39 (+44.44%)
Mutual labels:  smart-contracts, token
erc1363-payable-token
Code implementation for the ERC-1363 Payable Token
Stars: ✭ 83 (+207.41%)
Mutual labels:  smart-contracts, token
erc721
The reference implementation of the ERC-721 non-fungible token standard.
Stars: ✭ 989 (+3562.96%)
Mutual labels:  smart-contracts, token
Ethereumbook
Mastering Ethereum, by Andreas M. Antonopoulos, Gavin Wood
Stars: ✭ 11,663 (+43096.3%)
Mutual labels:  smart-contracts, token
ethereum-contracts
Knowledge Ethereum Smart Contracts
Stars: ✭ 41 (+51.85%)
Mutual labels:  smart-contracts, token
ethereum-dex
Decentralized exchange implementation for the 0xcert protocol on the Ethereum blockchain.
Stars: ✭ 18 (-33.33%)
Mutual labels:  smart-contracts, token
Ethereum Erc721
Non-fungible token implementation for Ethereum-based blockchains.
Stars: ✭ 253 (+837.04%)
Mutual labels:  smart-contracts, token
Awesome Blockchain Kor
<블록체인의 정석>, <하이퍼레저 블록체인 개발> 소스코드 및 참고자료 저장소
Stars: ✭ 243 (+800%)
Mutual labels:  smart-contracts, token
chainlink-mix
Working with smart contracts with eth-brownie, python, and Chainlink.
Stars: ✭ 447 (+1555.56%)
Mutual labels:  smart-contracts
polar
Polar is a development environment to compile, deploy, test, run scrt contracts on different networks.
Stars: ✭ 34 (+25.93%)
Mutual labels:  smart-contracts
challenge
Solidity Engineer Challenge
Stars: ✭ 94 (+248.15%)
Mutual labels:  smart-contracts
token-cli
Command line utility for interacting with OAuth2 infrastructure to generate tokens
Stars: ✭ 19 (-29.63%)
Mutual labels:  token
useWeb3
useWeb3 provides a curated overview of the best and latest resources on Ethereum, blockchain and Web3 development.
Stars: ✭ 325 (+1103.7%)
Mutual labels:  smart-contracts
ultimate-defi-research-base
Here we collect and discuss the best DeFI & Blockchain researches and tools. Feel free to DM me on Twitter or open pool request.
Stars: ✭ 1,074 (+3877.78%)
Mutual labels:  smart-contracts
market-contracts
🏬Contracts for market
Stars: ✭ 18 (-33.33%)
Mutual labels:  smart-contracts
Honeypots-on-Blockchain
This repo collects almost all the smart contract honeypots that you could find in the first three pages of Google search.
Stars: ✭ 95 (+251.85%)
Mutual labels:  smart-contracts

Colony Logo

Colony Token and Crowdsale contracts

About

This is the repository for the postponed Colony token sale.

If you're curious, you can read the blog post about why we postponed the sale.

For a description of the sale contract and its design, have a look at Elena's post on the Token Sale Contract and the CLNY token.

The contracts contained in this repo have been released under a GPL-3.0 license.

It should go without saying, but the code contained herein is designed to handle potentially large amounts of Ether, and as such should be deployed at your own risk and sole responsibility.

If you've found a bug, please reach out to us here on github or by email.

Install

git clone https://github.com/JoinColony/colonySale.git
yarn global add mkdirp [email protected]
yarn --pure-lockfile
git submodule update --init --recursive --remote

Contracts

The CLNY Token contract is defined in contracts/Token.sol and contracts/EtherRouter.sol.

The Token Sale contract is defined in contracts/ColonyTokenSale.sol

The math, erc20 and a significant part of the token contracts have been reused from the Dappsys library.

Testing

To run all tests:

gulp test:contracts

To run tests with code coverage using solidity-coverage:

gulp test:contracts:coverage

To lint contracts using Solium

gulp lint:contracts
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].