This repo houses the code to display the user specific information pertaining to ANYONE Relays.
While there is a bunch of other packages installed some worth pointing out are:
- Nuxt (Vue)
- Pinia for storage
- Nuxt UI + Tailwind
- Wagmi core
- Web3Modal (wallet connection)
- Warp SDK to interrogate Arwaeve
- Viem (instead of Ethers)
See the package.json for more.
Make sure to install the dependencies:
# pnpm
pnpm installStart the development server on http://localhost:3000:
# pnpm
pnpm run devBuild the application for production:
# pnpm
pnpm run generateLocally preview production build:
# pnpm
pnpm run previewData is stored on chain using Arweave - this means it's permanent.
Locally or in the app, the data is stored using Pinia.
Bumpu~