TERNOA Documentation
Learn Build
  • What is Ternoa Chain ?
  • SPECS
    • Polygon CDK zkEVM
    • Polygon AggLayer
    • Avail DA
    • Trusted Execution Environments 
  • BUILD
    • Wallets
    • RPC
    • API
    • Explorer
  • Tools
    • Staking
    • Ternoa Safe
    • TIP
  • Community
    • Ternoa.com
    • Github
    • Discord
    • Twitter
    • Medium
Powered by GitBook
On this page
  1. GETTING STARTED
  2. Javascript SDK
  3. Ternoa-js library

Installation

Last updated 1 year ago

The Ternos-js npm library can be found .

Prerequisites: & NPM

Install the latest stable version of the ternoa-js library in your existing project by running:

npm install ternoa-js

This package provides TypeScript types, but you will need TypeScript version 4.2 or higher to use them properly.

You can test out our upcoming features in our Alpha or Release candidate versions. These versions aren't stable and might contain some technical errors. @alpha versions are for internal and testing only whereas @rc releases tend to be the closest to its production version.

You can check out our version list over . Installing a specific version is as easy as replacing the @1.6.0-rc0 with your desired version:

# for version 1.6.0-rc0
npm i ternoa-js@1.6.0-rc0
here
NodeJS v.14+
npm