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.
https://docs.actus-protocol.io/
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 |
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)
yarn install
yarn bootstrap
yarn build
yarn test