Skip to content
Charles Plant St.Louis edited this page Jan 11, 2019 · 15 revisions

Welcome to the Polymath Core Wiki

Before running the CLI and testing out the contracts from the perspective of the issuer/investor, please make sure to reference and understand How Polymath Works

Polymath Walkthrough in the CLI:

The Polymath CLI allows for users (investors/issuers) to walk themselves through all the details and processes of an STO.

You can easily navigate through it with the sidebar directory in order to run the CLI and set up and test the following:

  1. Prerequisite Instructions / How to deploy and setup the Polymath contracts

Everything you need to get the CLI up and running.

  1. CLI Commands

All of the CLI commands that you can run through and test.

  1. The ST20 Generator

Guides technical users through the creation and deployment of an ST-20 token

  1. STO Manager

Guides technical users in the creation of an STO

  1. The Faucet

This is the POLY faucet for local private netwtorks.

  1. Investor Portal

The investor portal allows investors to participate in any STO they have been whitelisted for.

  1. The Token Manager

Manage your Security Tokens, mint tokens, add modules and change configurations

  1. Transfer

Transfer allows users to transfer Security tokens to another accounts

  1. Transfer Ownership

Transfer Ownership allows for the transfer of an own contract to another account

  1. Dividends Manager

Manage the issuance of dividends to your investors

  1. Transfer Manager

Control transfers settings between investors

  1. Contract Manager

Manage the contracts you are using for your STO

  1. Security Token Registry Migrator*****

Manage migrations for the security token registry

  1. Permission Manager

Grants/revoke permissions for investors/issuers accounts

  1. Time Travel

Increases time on EVM according to given value allowing the tester to travel to the future and test out the Polymath contracts.

Style Guide

The polymath-core repo follows the Solidity style guide.

Links to Reference

Clone this wiki locally