Skip to content

rooch-network/my-first-rooch-dapp

Repository files navigation

My First Rooch dApp

My First Rooch dApp

For a complete tutorial, please refer to the official doc.

This template provides the simplest use case for the @roochnetwork/rooch-sdk-kit. Through this template, you can learn how to interact with the Rooch chain using the @roochnetwork/rooch-sdk-kit, including:

  1. Connecting a wallet
  2. Creating a session
  3. Fetching on-chain data
  4. Calling contracts with sdk

Counter Contract

In /counter_contract, there is a contract that is paired with the DApp for use.

Usage

# bun
bun install
bun dev