- Keplr: Currently, Passage NFT Staking Dashboard supports Keplr wallet for transactions and wallet management. We aim to add more wallets in the future.
- Ensure you have Node.js (version 18.x or later) installed on your system.
- Familiarity with React and JavaScript/Typescript is recommended for contributing to the project.
- Clone the repository:
git clone https://github.com/Passage-Chain/passage-nft-staking-dashboard.git
- Navigate to the project directory:
cd passage-nft-staking-dashboard
- Install dependencies:
pnpm install
To start the development server with Vite and React:
pnpm run dev