- Notifications
You must be signed in to change notification settings - Fork6
Gnoland JS / TS Client (SDK)
License
NotificationsYou must be signed in to change notification settings
gnolang/gno-js-client
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
@gnolang/gno-js-client
is a JavaScript/TypeScript client implementation for Gno chains. It is an extension of thetm2-js-client, but with Gno-specific functionality.
- Provides the ability to interact with Gno Realms / Packages
- Easy interaction with VM-specific ABCI queries
To install@gnolang/gno-js-client
, use your preferred package manager:
yarn add @gnolang/gno-js-client
npm install @gnolang/gno-js-client
For the sake of keeping the README short and sweet, you can find the documentation and usage examplesfor the packagehere.