Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/7i7o/awk-example

Example NextJS Repo using ArweaveWalletKit to connect
https://github.com/7i7o/awk-example

Last synced: about 1 month ago
JSON representation

Example NextJS Repo using ArweaveWalletKit to connect

Awesome Lists containing this project

README

        

# Arweave Wallet Kit Example

Basic example usage of Arweave Wallet Kit

## Usage

Clone this repo, `pnpm install`, and then `pnpm run dev` and open the server in `http://localhost:3000/`

## Steps to reproduce this:

1. `pnpx create-next-app@latest` and choose a name for the app
2. `cd `
3. `pnpm install arweave-wallet-kit`
4. Inside `app/layout.tsx`, move `{children}` inside a `` tag
5. In `app/page.tsx`:
1. Delete everything inside the `` tag
2. Inside the `` tag, paste:
```

```