Skip to content

plustokens/injective-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Getting started with injective, simple scripts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published