This repository for Polymath Core has been deprecated and will not be maintained moving forward. Please refer to https://github.com/PolymathNetwork/polymath-core.
The polymath core smart contracts provide a system for launching regulatory compliant securities tokens on a decentralized blockchain.
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:
# Install Truffle package globally:
$ npm install -g truffle
# Install local node dependencies:
$ npm install
To test the code simply run:
$ npm run test
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.
The polymath-core repo follows the style guide overviewed here: http://solidity.readthedocs.io/en/develop/style-guide.html