Skip to content

JoseMiguelHerrera/polymath-issuer

 
 

Repository files navigation

Polymath

Polymath Issuer Application

Allows you to issue your security token and launch its offering.

Development

After cloning, to install all dependencies run:

yarn

We only use Yarn as our official Node package manager, and so we will only commit yarn.lock files, and ignore package-lock.json files.

To start development run:

npm start

To build application run:

npm run build

By default application works with Kovan testnet.

Working with contracts locally

First make sure Ganache CLI >= v6.1.0-beta.0 (lower versions does not support WebSockets) is installed:

npm install -g ganache-cli

then run:

ganache-cli

To deploy contracts, in a separate terminal run:

npm run contracts

Turn off MetaMask or any other Web3 provider and start/build application.

To open Truffle Console and play with contracts directly:

npm run tconsole

Read more about Truffle Console

About

Security Token Issuer + STO Launcher

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 89.8%
  • CSS 8.5%
  • HTML 1.7%