Rootstock Reown-Wagmi Starter Kit
The Rootstock Reown-Wagmi starter kit provides a foundation for building decentralized applications (dApps) on the Rootstock blockchain. It leverages the security of Bitcoin and the flexibility of Ethereum.
The kit uses Reown (previously WalletConnect) to handle wallet management, Wagmi, a React Hooks library, to simplify smart contracts and blockchain network interactions, and Shadcn libraries, a set of customizable and accessible UI components for React, designed to streamline frontend development.
This starter kit is designed to help developers jump-start their dApp development journey on Rootstock.
Prerequisites
- Node.js and Git: Ensure that Node.js and Git are installed on your system.
- See the Prerequisites section for how to download Node.js using NVM.
- Package Manager: You can use either Yarn or npm to manage your project dependencies:
- Yarn: Install Yarn, a package manager for Node.js projects. You can do this by running the following command in your terminal:
npm install -g yarn
- npm: npm comes bundled with the Node.js installation. To verify your npm installation, run:
If you need to update npm to the latest version, you can run:
npm -v
npm install -g npm@latest
- Yarn: Install Yarn, a package manager for Node.js projects. You can do this by running the following command in your terminal:
- Basic Knowledge:
Learn how to write, test, secure, deploy, and verify smart contracts on the Rootstock blockchain network. Enroll in the Rootstock Blockchain Developer Course.