A boilerplate create-react-app example using the polymathjs npm module.
In order to get the example running, clone this repo onto your local machine.
Then run npm install
in the same folder as the package.json
After that, run npm start. Once the app is running, go into the browsers development console, and see the results of the calls we use from the polymathjs npm module. The code written can be found in App.js in the componentDidMount() function.
The example app is using the npm module for polymathjs. This allows you to use a javascript library, which connects to all possible function calls from the polymath core contracts.
The library can automatically detect if you are on the testnet or the mainnet. If you are using metamask and you choose one of the networks, all function calls will be directed to the following contract addresses:
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