Perma is a prototype of permanent video storage and client-side rendering using Next.js, Arweave, and Bundlr.
Technologies used:
- Arweave - File storage
- Bundlr - Multichain solution for Arweave integration
- Next.js - React framework
To run this app, follow these steps:
- Clone the repo, change into the directory, and install dependencies:
git clone [email protected]:dabit3/perma.git
cd perma
npm install
# or
yarn
- Update the
APP_NAME
in __utils.js __ to something that is unique to your app, could be anything you'd like:
export const APP_NAME = "YOUR_UNIQUE_APP_NAME"
- Run the app
npm run dev