Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/7i7o/awk-example
- Owner: 7i7o
- Created: 2023-07-28T17:08:34.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-19T13:15:44.000Z (about 1 year ago)
- Last Synced: 2024-04-16T09:06:28.474Z (9 months ago)
- Language: TypeScript
- Size: 74.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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:
```
```