Injective TypeScript
injective-ts
is a TypeScript monorepo that contains packages which can be used to interact with Injective from a Node.js or browser environments, as well as providing simple abstractions over core data structures, serialization, key management, API request generation, and more. 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 developing dApps on Injective |
Wallets | Wallet integrations and usage |
Querying | Querying data from the chain or API |
Transactions | Preparing, signing, and broadcasting transactions |
Core Modules | Injective Modules and transaction examples |
Contracts | Contract execution and querying |
Bridge | Bridges to and from Injective |
Networks | Different networks / environments on Injective |
Building a DEX | Example building a DEX on Injective |