Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

Latest commit

 

History

History
22 lines (18 loc) · 441 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 441 Bytes

ACTUS Protocol / Polymath

Primary-Market-Architecture

Quick Start

Install dependencies in integration, @atpar/ap-contracts and polymath-core

# ./integration & ./ap-monorepo/packages/ap-contracts & ./polymath-core
yarn install

Start local ganache-cli instance and deploy ap-contracts and polymath-core

# ./
yarn deploy

Run the integration

# ./integration
yarn start