This directory contains an example on how to run transactions
The example does these things:
- Sends a transaction that deploys a contract
- Sends a transaction that calls the deployed contract
- Prints the results
- Run
npm install
in the root of this project`
- Run
npm run build:dist
in the root of this project - Run
npm run example
in this directory