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.
Install node modules
yarn install
Start a local ethereum testnet:
yarn start:env
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