Polymath core
The polymath core smart contracts provide a system for launching regulatory
compliant securities tokens on a decentralized blockchain.
Read the whitepaper
Live on Ethereum Mainnet
Live on Ropsten testnet
Setup
The smart contracts are written in Solidity and tested/deployed
using Truffle version 4.0.0. The new version of Truffle doesn't
require testrpc to be installed separately so you can just do use the following:
$ npm install -g truffle
$ npm install
Testing
To test the code simply run:
$ npm run test
Contributing
We're always looking for developers to join the polymath network. To do so we
encourage developers to contribute by creating Security Token Offering contracts
(STO) which can be used by issuers to raise funds. If your contract is used, you
can earn POLY fees directly through the contract, and additional bonuses through
the Polymath reserve fund.
If you would like to apply directly to our STO contract development team, please
send your resume and/or portfolio to careers@polymath.network.
Styleguide
The polymath-core repo follows the style guide overviewed here:
http://solidity.readthedocs.io/en/develop/style-guide.html