Package Exports
- polymath-core
- polymath-core/build/contracts/SecurityToken.json
- polymath-core/build/contracts/SecurityTokenRegistrar.json
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (polymath-core) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme

Polymath core
The polymath core smart contracts provide a system for launching regulatory compliant securities tokens on a decentralized blockchain.
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:
# Install Truffle package globally:
$ npm install -g truffle
# Install local node dependencies:
$ npm installTesting
To test the code simply run:
$ npm run testContributing
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