ProtocolONE / token_one

This project contains the example of the smart contracts that govern the One token.

Home Page:https://protocol.one/

Repository from Github https://github.comProtocolONE/token_oneRepository from Github https://github.comProtocolONE/token_one

Protocol One ERC-20 Token

Build Status Coverage Status

This project contains the example of the smart contracts that govern the Protocol One token. We use this repository to learn how to write smart contracts for the Ethereum network in practice.

The official Protocol One token, with the ERC-20 symbol ONE is located on ethereum and could be resolved by name protocolone.eth. Which is currently Update after deploy.

Contracts

Please see the contracts/ directory.

Prerequisites

After installing, run geth account new to create an account on your node.

Getting started

First install truffle and initialize your project with npm install.

npm install 
npm install -g truffle

Then in another console

truffle test

The Crowdsale Specification

  • ONE token is ERC-20 compliant.
  • Token allocation:
    • 59% of the total number of ONE tokens will be allocated to contributors during the token sale.
    • 17% of the total supply for future strategic plans for the created ecosystem
    • 12% of the total supply for the team and SDK developers
    • 8% of the total supply for Protocol One crowdsale campaign
    • 3% of the total supply for professional fees and Bounties
    • 1% of the total supply for bounty program

About

This project contains the example of the smart contracts that govern the One token.

https://protocol.one/

License:MIT License


Languages

Language:JavaScript 63.1%Language:Solidity 35.0%Language:Shell 1.9%