Skip to main content

Injective TS

injective-ts is a TypeScript monorepo that contains packages which can be used to interact with Injective from a Node.js or browser environments and which provide simple abstractions over core data structures, serialization, key management, and API request generation, etc. The packages can be found in the packages folder and each package is a npm module that is published on the npm registry.


🔧 Github Repo

🔧 TS SDK Repo

🔧 TS SDK Examples Repo

TopicDescription
Getting StartedGetting started in developing dApps on Injective
WalletsWallet integrations and usage
QueryingQuerying data from the chain/api
TransactionsPreparing/Signing/Broadcasting transactions
Core ModulesInjective Chain Modules and transaction examples
ContractsContracts execution/querying
BridgeBridges to/from Injective
NetworksDifferent Networks/environments on Injective
Building a DEXExample series in building a dex on Injective