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
Topic | Description |
---|---|
Getting Started | Getting started in developing dApps on Injective |
Wallets | Wallet integrations and usage |
Querying | Querying data from the chain/api |
Transactions | Preparing/Signing/Broadcasting transactions |
Core Modules | Injective Chain Modules and transaction examples |
Contracts | Contracts execution/querying |
Bridge | Bridges to/from Injective |
Networks | Different Networks/environments on Injective |
Building a DEX | Example series in building a dex on Injective |