coderrick / peanut-ui-scaffold

This is a very basic implementation of the peanut SDK in a nextjs app.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

peanut-ui-scaffold

This is a very basic implementation of the peanut SDK in a nextjs app.

Getting Started

First install the dependencies (location: root folder):

yarn install
# or
npm install

Secondly, copy the .env.example to .env. We've provided you with a walletconnect project id and a peanut project id. You can use these for testing purposes. If you want to use your own project id's, you can create a project at walletconnect.org and contact us to get your own

```bash
cp .env.example .env

Lastly, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

Open http://localhost:3000 with your browser to see the result.

Goerli-eth links

These links all hold some goerli-eth for the workshop. Please only claim one:

About

This is a very basic implementation of the peanut SDK in a nextjs app.


Languages

Language:TypeScript 91.8%Language:CSS 5.4%Language:JavaScript 2.8%