Allows you to issue your security token and launch its offering.
After cloning, to install all dependencies run:
yarn
We only use Yarn as our official Node package manager, 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.
npm run ganache-cli
In a separate terminal:
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