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:
- Connecting a wallet
- Creating a session
- Fetching on-chain data
- Calling contracts with sdk
In /counter_contract
, there is a contract that is paired with the DApp for use.
# bun
bun install
bun dev