Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 548 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 548 Bytes

Next.js Near staking example

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.

Getting Started

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.