Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 491 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 491 Bytes

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>