Skip to content

PavelInjective/injective-ts-examples-WIP

 
 

Repository files navigation

🌟 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 [email protected]: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

About

Examples in TypeScript.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 96.2%
  • JavaScript 3.8%