Skip to content

restake/nextjs-near-staking-example

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published