Skip to content
Remon Nashid edited this page Sep 22, 2019 · 3 revisions

What is this?

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.

  1. First, reserve your preferred symbol.
  2. 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.

Resources