Skip to content

Latest commit

 

History

History

examples

drawing

Typescript libraries to provide blockchain agnostic tools for interacting with Smart Contracts.

Coverage Release status Pre-release status Latest version Next version Dependencies state License

Examples

Here are two examples of blockchain driver usage with the transaction manager

Ethereum

# This run the exemple at src/examples/exampleEthereum.ts
npm run exampleEthereum

TODO: explaining more in detail

Tezos

# This run the exemple at src/examples/exampleTezos.ts
npm run exampleTezos

TODO: explaining more in detail