Skip to content
This repository has been archived by the owner on Mar 12, 2024. It is now read-only.

Latest commit

 

History

History
21 lines (14 loc) · 586 Bytes

getting-started.md

File metadata and controls

21 lines (14 loc) · 586 Bytes

Getting Started

@gnolang/gno-js-client is a JavaScript/TypeScript client implementation for Gno chains. It is an extension of the tm2-js-client, but with Gno-specific functionality.

Key Features

  • Provides the ability to interact with Gno Realms / Packages
  • Easy interaction with VM-specific ABCI queries

Installation

To install @gnolang/gno-js-client, use your preferred package manager:

yarn add @gnolang/gno-js-client
npm install @gnolang/gno-js-client