- close this project using git:
git clone https://github.com/plustokens/injective-scripts.git
- install dependencies (open a terminal within the folder)
npm i
- Get tx hash info using:
node transaction.mjs
- 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