Injective | Documentation
InjectiveGithub
Injective | Documentation
Injective | Documentation
  • About Injective
  • Getting Started
    • Wallet
      • Create a wallet
      • Accounts
      • Staking
      • Governance
      • Auction
    • Token Standards
      • INJ coin
      • Token Factory
      • CW20 Standard
    • Transactions
      • Gas and Fees
  • Guides
    • Create a Wallet
    • Bridge
      • From Ethereum
      • Using Wormhole
      • Using IBC
      • From Solana
    • Launch a Token
    • Launch a Market
    • Denom Metadata
    • Get INJ
  • Toolkits
    • injectived
      • Install injectived
      • Using injectived
      • Commands
    • Injective TS SDK
    • Injective Go SDK
    • Injective Python SDK
    • Injective CW SDK
    • Injective Rust
    • The Graph
  • References
  • Glossary
  • Developers
    • Getting Started
      • Guides
        • Testnet Proposals
        • Convert addresses
        • Calculations
          • Min Price Tick Size
          • Min Quantity Tick Size
        • Testnet Faucet Integration
    • Exchange Developers
      • Build a DEX
      • Provider Oracle
    • Cosmwasm Developers
      • Your First Smart Contract
      • Guides
        • Local Development
        • Mainnet Deployment
        • Whitelisting deployment address
        • Create your Swap Contract
        • Creating UIs
      • Using Injective Queries and Messages
      • CW20 Adapter
      • Injective Test Tube
    • Modules
      • Injective
        • Auction
          • State
          • Messages
          • EndBlock
          • Events
          • Params
          • Errors
        • Exchange
          • Derivative Markets Concepts
          • Spot Markets Concepts
          • Binary Option Markets Concepts
          • Other Concepts
          • State
          • State Transitions
          • Messages
          • Proposals
          • BeginBlock
          • EndBlock
          • Events
          • Params
          • MsgPrivilegedExecuteContract
          • Errors
        • Insurance
          • State
          • State Transitions
          • Messages
          • EndBlock
          • Events
          • Params
          • Improvements
          • Errors
        • OCR
          • Concepts
          • State
          • Messages
          • Proposals
          • BeginBlock
          • Hooks
          • Events
          • Params
          • Errors
        • Oracle
          • State
          • Keeper
          • Messages
          • Proposals
          • Events
          • Improvements
          • Errors
        • Peggy
          • Definitions
          • Workflow
          • State
          • Messages
          • Slashing
          • EndBlock
          • Events
          • Params
          • Relay Semantics
          • Improvements
          • Errors
        • Permissions
          • Concepts
          • State
          • State Transition
          • Errors
        • TokenFactory
          • Concepts
          • State
          • Messages
          • Events
          • Params
          • Errors
        • WasmX
          • Concepts
          • Data
          • Proposals
          • Messages
          • Params
          • Errors
        • Lanes
        • TxFees
      • Core
        • Auth
        • AuthZ
        • Bank
        • Consensus
        • Crisis
        • Distribution
        • Evidence
        • Feegrant
        • Gov
        • Group
        • Mint
        • NFT
        • Params
        • Slashing
        • Staking
        • Upgrade
        • Circuit
        • Genutils
    • dApps Documentation
  • Nodes
    • Getting Started
      • Interact with a node
      • Running a node
        • Setting up the keyring
        • Join a network
        • Cosmovisor
        • Upgrade your node
    • Validators
      • Mainnet
        • Peggo
        • Canonical Chain Upgrades
          • Upgrade to 10002-rc1
          • Upgrade to 10002-rc2
          • Upgrade to 10003-rc1
          • Upgrade to 10004-rc1
          • Upgrade to 10004-rc1-patch
          • Upgrade to 10005-rc1
          • Upgrade to 10006-rc1
          • Upgrade to 10007-rc1
          • Upgrade to 10008 - Camelot
          • Upgrade to 10009
          • Upgrade to v1.10
          • Upgrade to v1.11
          • Upgrade to v1.12.0 - Volan
          • Upgrade to v1.12.1
          • Upgrade to v1.13.0 - Altaris
          • Upgrade to v1.13.2
          • Upgrade to v1.13.3
          • Upgrade to v1.14.0
          • Upgrade to v1.14.1
          • Upgrade to v1.15.0
      • Testnet
        • Testnet Peggo
    • Public Endpoints
    • Premium Endpoints
    • Injective Indexer Setup
  • Traders
    • Getting Started
    • Documentation
    • API Reference
  • Useful Links
    • Injective 101
    • Injective Hub
    • Injective Explorer
    • Chain API Reference
    • Indexer API Reference
    • Testnet Faucet
Powered by GitBook
On this page
  • Developer Resources
  • Developer Tools and Resources
  • Ecosystem Tools and Resources
  • Helpful Repos
  • Developer Support
  • Public Endpoints
  • Private / Dedicated Node Services
Edit on GitHub
Export as PDF

References

Important references and links for the Injective Ecosystem

Developer Resources

Developer Tools and Resources

Developer tools and resources to get you building on Injective

Resource

Description

One-stop-shop for Injective resources

Command-line interface and node daemon that connects to Injective

Analytics platform that enables anyone to search addresses, trades, tokens, transactions, and other activities on Injective

Injective testnet and ecosystem containerized with Docker and orchestrated with a simple docker-compose file.

Swagger API explorer

Build dApps on Injectuve using TypeScript

Detailed API documentation for interacting with Injective for traders

Real-time status of the endpoints and of the Injective network

Real-time status of the endpoints and of the Injective testnet network

Small process manager around Cosmos SDK binaries that monitors the governance module

The Cosmos SDK documentation serving as a valuable resource for developers integrating with the Injective ecosystem

Ecosystem Tools and Resources

Tools and resources developed by ecosystem developers and partners

Resource

Description

Multi-party computation (MPC) multisig solution

UI smart contract query / execute

Substreams for extracting data from the Injective blockchain.

Custom, high-performance RPC nodes

Receive notifications for the latest chain updates, ecosystem developments, market insights, and more via Notifi

Price feed oracles and market data

Unified development environment that allows developers to spin up a fully simulated mini-cosmos ecosystem and write end-to-end test cases

Open-source data indexer providing custom APIs

Smart Contract Deployment & Development APIs

Subscribe or publish real-time live data stream

Cross-chain messaging protocol

DAO DAO helps you build and operate DAOs by providing a visual interface to easily interact with the underlying smart contracts that run on the blockchain. DAO DAO also offers a multisig solution.

Helpful Repos

Helpful repositories for developing on and integrating Injective

Repo

Description

Guide to match the CosmWasm 101 presentation for the 2023 Injective Global Hackathon

Contract that allows exchanging CW-20 tokens for Injective-chain issued native tokens (using the TokenFactory module) and vice-versa

Packages that can be used to integrate CosmWasm with Injective

A place where all rust binding generators for Injective-Core live.

Helpful repo to get started building on the injective-ts library

Collection of UI packages to ease development on Injective

Open source atomic token swap contract that showcasing an instant swap between two different tokens

Generic library for building testing environments for CosmWasm smart contracts

Developer Support

Find developer support on Discord or Telegram

Public Endpoints

For a list of public endpoints, visit Public Endpoints

Private / Dedicated Node Services

For a full list of private node services, see Premium Endpoints

PreviousCommandsNextGlossary

Last updated 1 month ago

Join the and find the relevant channel

Join the

Injective Discord server
Injective Developer Telegram channel
Injective 101
Injectived
Injective Explorer
Injective Local
Injective REST API
Injective TypeScript SDK
Injective API Reference
Real-time Status (Mainnet)
Real-time Status (Testnet)
Cosmovisor
CosmosSDK
Desig
DiscoverINJ
The Graph
NewMetric
Notifi
Pyth
Starship
SubQuery
Remix IDE
Synternet
Wormhole
DAO DAO
CosmWasm101
cw20-adapter
cw-injective
injective-rust
injective-ts-examples
injective-ui
swap-contract
test-tube