githubEdit

🖼️Frontend Development

Learn how to connect Secret Network contracts to a frontend.

SecretJS

Secret.jsarrow-up-right a JavaScript SDK for writing applications that interact with the Secret Network blockchain. Key features include:

  • Written in TypeScript and provided with type definitions.

  • Provides simple abstractions over core data structures.

  • Supports every possible message and transaction type.

  • Exposes every possible query type.

  • Handles input/output encryption/decryption for Secret Contracts.

  • Works in Node.js, modern web browsers and React Native.

You can find the full version of the docs herearrow-up-right.

SecretJS Templates

Refer to the reference SecretJS Templatesarrow-up-right to review code implementations of SecretJS such as:

  • Connecting to Secret Network

  • Creating account using SecretJS

  • Query Secret Network

  • Submitting transactions

  • Using contracts

  • Wallets

  • SNIP-20 tokens

  • Consuming websocket contract events

Fullstack dApp tutorial

See herearrow-up-right for a fullstack dApp tutorial that uses SecretJS.

Last updated

Was this helpful?