You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This app covers the most basic and essential functionality of the Polymath protocol, and that is Security Token creation. Creating a token requires two interactions with Polymath SecurityTokenRegistry contract, while paying required fees in POLY.
First, reserve your preferred symbol.
Second and last step is to configure and deploy the security token.
As usual, we are using Polymath SDK which abstracts those operations for us. hence, no special knowledge of the SecurityTokenRegistry contract is required, though it certainly won't harm.
Prerequisites
To make our lives easier, we are going to bootstrap this app using the dapp-boilerplate template. Make sure to create a new repo using that template. Also, feel free to check out how it was built by reading this guide.