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

Example project for using the ACTUS Protocol Typescript SDK

Notifications You must be signed in to change notification settings

atpar/example

Repository files navigation

ACTUS Protocol Typescript SDK Example

Consider this project the "hello, world" for the Typescript SDK. In this example we will walk through the process of creating and issuing an ACTUS protocol compliant financial instrument on a public ethereum blockchain.

Setup

Install node modules

yarn install

Start a local ethereum testnet:

yarn start:env

Run the full example

Initialize and create a new asset:

yarn asset:create

Run tokenization example:

yarn asset:tokenize

For more documentation on how to use the Typescript SDK please refer to the ACTUS Protocol Docs