This is a Next.js project that shows a minimal example of a Near staking app. It connects to Near wallets using the Near Wallet Selector and uses Stake.js to build, sign and broadcast a staking transaction.
First, install the dependencies:
npm install
# or
yarn
# or
pnpm install
Then, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
Open http://localhost:3000 with your browser to see the result.