/hodl-drive

A decentralized web3 storage solution built on top of Arweave and Bundlr Network

Primary LanguageTypeScriptGNU Affero General Public License v3.0AGPL-3.0

hodl-drive

A decentralized web3 storage solution built on top of Arweave and Bundlr Network.

Overview

This is an experimental nextjs app that does the following:

Installing and Running

  1. Install dependencies:

    yarn install
    
  2. Run app:

    Note: This project uses doppler to manage secrets and config variables but you can also just create .env file to manage environment variables. The yarn doppler-dev script has been added for usage with doppler.

    source .env
    yarn dev
    
    # or if you configured doppler
    yarn doppler-dev