github.com/gnolang/gno@v0.0.0-20240520182011-228e9d0192ce/docs/reference/gno-js-client/gno-js-client.md (about)

     1  ---
     2  id: gno-js-client
     3  ---
     4  
     5  # Gno JavaScript Client
     6  
     7  [@gnolang/gno-js-client](https://github.com/gnolang/gno-js-client) is a JavaScript/TypeScript client implementation
     8  for Gno chains. It is an extension of the [tm2-js-client](https://github.com/gnolang/tm2-js-client), but with 
     9  Gno-specific functionality.
    10  
    11  ## Key Features
    12  
    13  - Provides the ability to interact with Gno Realms / Packages
    14  - Easy interaction with VM-specific ABCI queries
    15  
    16  ## Installation
    17  
    18  To install `@gnolang/gno-js-client`, use your preferred package manager:
    19  
    20  ```bash
    21  yarn add @gnolang/gno-js-client
    22  ```
    23  
    24  ```bash
    25  npm install @gnolang/gno-js-client
    26  ```