-
Notifications
You must be signed in to change notification settings - Fork 16
Package: Issuer
Rafael Vidaurre edited this page Oct 1, 2018
·
1 revision
This app allows users to perform the interactions with the network required to create, configure and issue a Security Token
It is a React/Redux app generated with Create React App.
Redux state
The state in this app is tightly-coupled to pages. Note that this is also true for actions
.
Note: Only the most important modules are being described in this section
Root component of the app. Initializes the Contract
object from @polymathnetwork/js with network configuration since the package requires it before any other interaction with the package's Contract classes is performed.