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

Latest commit

 

History

History
51 lines (36 loc) · 2.3 KB

README.md

File metadata and controls

51 lines (36 loc) · 2.3 KB

Build Status License Coverage Status


ACTUS Protocol is an open source smart contract system and Typescript SDK for issuing and servicing financial assets on Ethereum. It is build on top of a free and open-source implementation of the ACTUS standard.

If you're interested to get involved, follow us on Twitter, join our Discord, and try one of our guides!

The ACTUS Protocol is a work in progress and has NOT been audited. Use at your own risk.

Documentation

https://docs.actus-protocol.io/

Packages

This is a monorepo containing all packages related to the ACTUS Protocol.

Package Description
protocol Contains the Solidity implementation the ACTUS Protocol and the typescript sdk

Development

Requirements

The versions provided are confirmed to work without any issues. Newer or older versions of the packages might work too.

  • node [10.16.0] (recommended installing it via nvm)
  • yarn [1.16.0] (recommended installing it as global npm package)

Setup

yarn install
yarn bootstrap

Building

yarn build

Testing

yarn test

ACTUS Protocol is maintained by