Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 567 Bytes

File metadata and controls

36 lines (25 loc) · 567 Bytes

Injective Getting Started scripts

How to start:

  1. close this project using git:
git clone https://github.com/plustokens/injective-scripts.git
  1. install dependencies (open a terminal within the folder)
npm i

Scripts:

  1. Get tx hash info using:
node transaction.mjs
  1. Make simple transaction using:
  • replace this in simple-tx.mjs:
const privateKey = 'VOTRE_PRIVATE_KEY'
const injectiveAddress = 'VOTRE_WALLET_ADDRESS'
  • then do the following command:
node simple-tx.mjs