Getting started
This guide explains how to set up ACTUS Protocol and develop with it. It's the ACTUS Protocol "Hello World" equivalent.
Last updated
This guide explains how to set up ACTUS Protocol and develop with it. It's the ACTUS Protocol "Hello World" equivalent.
Last updated
This guide uses the current version of ACTUS Protocol smart contracts deployed on Goerli Testnet. To see a full working example of the Typescript SDK check out our .
You should be on a linux compatible shell with basic dev tools like git installed. The ACTUS Protocol dev environment is most easily setup with yarn.
Install e.g. via (tested on version 10.16.0)
Install e.g. as a global npm package via npm install yarn --global
If you've configured everything correctly you should be able to create a new project and install the package via the following commands.
To initialize the project, set your web3 provider (e.g. , or a local Ethereum node) and the default account which should be used for signing transactions and orders.