Skip to content

artheranet/arthera-nextjs-boilerplate

Repository files navigation

Arthera Next.js Boilerplate

A variant of Nexth boilerplate for hackathons and quick prototyping.

View the live demo.

Features

Install

pnpm install

Run

Create a .env on the model of .env.template:

cp .env.template .env

Add your own keys in your .env file, then:

pnpm dev

Build

pnpm build

Arthera faucet

You can get a handful of Testnet AA, the native currency of Arthera at https://faucet.arthera.net/.

Gitcoin passport

If you want to use Gitcoin Passport, uncomment line 26 in the components/layout/Header.tsx file.

Support

You can contact me via Element, Telegram, Twitter, Discord, or LinkedIn.

Credits

Nexth boilerplate was built by wslyvh and others.