Skip to content

Latest commit

Β 

History

History
47 lines (29 loc) Β· 928 Bytes

File metadata and controls

47 lines (29 loc) Β· 928 Bytes

🌟 Injective TS Example

Decentralized Derivatives Trading. Any Market. Anytime. Anywhere.

An example repository based on TypeScript on interacting with our chain using the @injectivelabs/sdk-ts package.


πŸ“š Getting Started

  1. Clone the repository
git clone git@github.com:InjectiveLabs/injective-ts-examples.git
cd injective-ts-examples
yarn
  1. Fill in the details in an .env (if you are using this to send transactions)
## make .env file
## PRIVATE_KEY=YOUR_HEX_PRIVATE_KEY
  1. Execute an example (optional)
yarn ts-node pathToExample

## Example: yarn ts-node ./src/transaction.ts

πŸ“– Documentation


β›‘ Support

Reach out to us at one of the following places!


πŸ”“ License