Package: Issuer - PolymathNetwork/polymath-apps GitHub Wiki

Package's Concerns

This app allows users to perform the interactions with the network required to create, configure and issue a Security Token

Architecture

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.

Modules

Note: Only the most important modules are being described in this section

App

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.