Skip to content

DApp for storing and managing files on Arweave using Bundlr.network and Warp smart contracts

License

Notifications You must be signed in to change notification settings

Aeons-Team/Aeons

Repository files navigation

Aeons

DApp for storing and managing files on Arweave using Bundlr.network and Warp smart contracts

Demo

Aeons Demo

Run locally

to test the full extent of the application, you need to run it locally on a secure context (access localhost over https)

you can generate certificates using mkcert. the certificates should be inside /ssl folder

cd ./ssl
mkcert localhost

to run the dev server

npm run dev