项目作者: OriginalCrypto

项目描述 :
solidity contracts for a cofounder based ethereum token
高级语言: JavaScript
项目地址: git://github.com/OriginalCrypto/occ-contracts.git
创建时间: 2018-01-11T23:46:06Z
项目社区:https://github.com/OriginalCrypto/occ-contracts

开源协议:MIT License

下载


occ-contracts

Build Status
Coverage Status
license
devDependencies Status
GitHub issues

solidity contracts for a cofounder based ethereum token


OCC is a set of solidity contracts for a cofounder based ethereum ERC20 token.
Why yet another token? Why not? In all seriousness, while there are many tokens out there that handle the single owner use case, there are few which programmatically express the rules that bind a token (or its founders), particularly if there’s more than a single founder.

OCC is such a case. There’s a dedicated team of individuals bringing it to fruition, the code that makes up this token reflects that.

OCC’s code is written and developed using the TRUFFLE framework. This means you’ll need Node. Truffle comes with its own version of testrpc (there’s a GUI version called Ganache if that’s your sort of thing).


OCC has been deployed to the Ropsten, Rinkeby, Kovan and main networks.

Quick Start

Assuming you have npm (and node) setup, run the following to install truffle.

  1. $ npm install -g truffle

In the root directory for occ-contracts repository run

  1. $ npm install

To run the test suite start a local blockchain by running:

  1. $ truffle dev

then run:

  1. $ npm run test

or alternatively you can run:

  1. $ npm run cover

which will run solidity coverage (which has both a local development blockchain and runs the tests concurrently)


After a while, one tends to agree (almost wholeheartedly) with this perspective with regards to Solidity.

License

MIT