All Projects β†’ sonm-io β†’ Presale Token

sonm-io / Presale Token

Licence: mit
main smart-contract and crowdsale application

Programming Languages

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

Labels

Projects that are alternatives of or similar to Presale Token

Hifi Protocol
The Hifi fixed-rate, fixed-term lending protocol
Stars: ✭ 41 (-16.33%)
Mutual labels:  ethereum
Xplain
🌎 Complex Topics Explained For Your Level And Background. ✏️
Stars: ✭ 44 (-10.2%)
Mutual labels:  ethereum
Solidityflattener
A Simple-To-Install Solidity Flattener
Stars: ✭ 47 (-4.08%)
Mutual labels:  ethereum
Sol2proto
Ethereum contract ABI to gRPC protobuf IDL transpiler
Stars: ✭ 41 (-16.33%)
Mutual labels:  ethereum
Blockchain Learning
Learn and promote blockchain together by writing
Stars: ✭ 44 (-10.2%)
Mutual labels:  ethereum
Nuxt Box
Truffle, Nuxt and Vue boilerplate
Stars: ✭ 46 (-6.12%)
Mutual labels:  ethereum
Miner Monitor
Miner, balance, wallet and pool monitoring software
Stars: ✭ 38 (-22.45%)
Mutual labels:  ethereum
Mydicebot.github.io
β˜…MyDiceBotβ˜… - Ultimate Bitcoin Dice Bot. Bet More, Earn More!
Stars: ✭ 48 (-2.04%)
Mutual labels:  ethereum
Learn Solidity
Code base for "Learn Solidity: Programming Language for Ethereum Smart Contracts" course in Tosh Academy & Blockchain Council
Stars: ✭ 44 (-10.2%)
Mutual labels:  ethereum
Solpp
A solidity preprocessor and flattener CLI and library
Stars: ✭ 44 (-10.2%)
Mutual labels:  ethereum
Eth Alarm Clock Dapp
Chronos - Ethereum Alarm Clock DApp
Stars: ✭ 42 (-14.29%)
Mutual labels:  ethereum
Vyper.fun
Cryptozombies for Vyper: Learn Vyper by building games!
Stars: ✭ 42 (-14.29%)
Mutual labels:  ethereum
Bds
Blockchain data parsing and persisting results
Stars: ✭ 1,032 (+2006.12%)
Mutual labels:  ethereum
Ether sql
A python library to push ethereum blockchain data into an sql database.
Stars: ✭ 41 (-16.33%)
Mutual labels:  ethereum
Aragon Monthly
Aragon Monthly is a community curated monthly digital newspaper about DAOs and the Aragon ecosystem
Stars: ✭ 47 (-4.08%)
Mutual labels:  ethereum
Grpc Contract
A tool to generate the grpc server code for a contract
Stars: ✭ 40 (-18.37%)
Mutual labels:  ethereum
Transmute Framework
TypeScript dApp Framework
Stars: ✭ 45 (-8.16%)
Mutual labels:  ethereum
Smartpool Client
SmartPool client of SmartPool project
Stars: ✭ 49 (+0%)
Mutual labels:  ethereum
Ethdroid
Easy-to-use Ethereum Geth wrapper for Android
Stars: ✭ 47 (-4.08%)
Mutual labels:  ethereum
Solidity
πŸ” Ethereum smart contracts developed for the Hanzo Platform.
Stars: ✭ 46 (-6.12%)
Mutual labels:  ethereum

SONM Presale Contracts

These smart contracts are designed to handle initial distribution of SONM Presale Tokens (SPT). Please check that you are understande major features before investing or interacting with these contracts:

  • tokens are provided at fixed price 606 SPT per 1 ETH;
  • maximum amount of tokens distributed during presale is limited to 6.060.000 SPT;
  • dev team is able to stop presale at any time;
  • you can not transfer SPT tokens during presale;
  • you will be able to exchange SPT tokens for real SONM tokens at a later phase of SONM development;
  • no refund or moneyback is available during presale;
  • dev team is able to withdraw Ether at any time during or after presale
    • those funds are moved to escrow's address

Refer to Administrator's Guide for more details on how to interact with the contracts.

Compile, Test, Deploy

Requires Node.js version >= 6.5.1 and [email protected]^3.1.1.

Contracts

$ truffle install
$ truffle test
$ truffle migrate --network testnet --reset
Using network 'testnet'.

Running migration: 1_deploy_contracts.js
  Deploying TokenManager...
  TokenManager: 0x2b171c2805fcc52c1cd4592ed73079cda464dc60
  Deploying PresaleToken...
  PresaleToken: 0x517fe605f789956bb6bcebd23431c9fc3b866b3e

UI

$ cd web-ui
$ npm install
$ npm start

You can also deploy UI to gh-pages with npm run deploy.

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