Aeons
DApp for storing and managing files on Arweave using Bundlr.network and Warp smart contracts
Install / Use
/learn @Aeons-Team/AeonsREADME
Aeons
DApp for storing and managing files on Arweave using Bundlr.network and Warp smart contracts
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

