Skip to content

Latest commit

 

History

History

run-transactions-complete

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Running transactions

This directory contains an example on how to run transactions

The example does these things:

  1. Sends a transaction that deploys a contract
  2. Sends a transaction that calls the deployed contract
  3. Prints the results

Installation

  1. Run npm install in the root of this project`

Running the example

  1. Run npm run build:dist in the root of this project
  2. Run npm run example in this directory