Typescript libraries to provide blockchain agnostic tools for interacting with Smart Contracts.
Here are two examples of blockchain driver usage with the transaction manager
# This run the exemple at src/examples/exampleEthereum.ts
npm run exampleEthereum
TODO: explaining more in detail
# This run the exemple at src/examples/exampleTezos.ts
npm run exampleTezos
TODO: explaining more in detail