Skip to content

Latest commit

 

History

History

scripts

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Tfchain scripts

Some scripts to read/write data to tfchain.

Installation

Requires node 16+ and yarn.

yarn

Get events

  • Network: dev / test / main
node events.js <network>

Attach solution provider ID to contracts

  • Network: dev / test / main
  • ProviderID: ID of the solution provider
  • Mnemonics: Mnemonics of the solution provider account which created the contracts
node attachContractToProvider.js <network> <providerID> <mnemonics>