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 install
Start the development server on http://localhost:3000
:
# pnpm
pnpm run dev
Build the application for production:
# pnpm
pnpm run generate
Locally preview production build:
# pnpm
pnpm run preview
Data is stored on chain using Arweave - this means it's permanent.
Locally or in the app, the data is stored using Pinia.
deploy!