Arweave React example

Adding global, permanent, and decentralized storage to your app with Arweave

This is a code example of how to use Arweave tieh

Open in Gitpod

To deploy this project to Gitpod, follow these steps:

Open in Gitpod

Run locally

To run this project locally, follow these steps.

  1. Clone the project locally, change into the directory, and install the dependencies:

git clone [email protected]:dabit3/arweave-javascript-example.git

cd polygon-ethereum-nextjs-marketplace

# install using NPM or Yarn
npm install

# or

yarn
  1. Start the local Arweave gateway

npx arlocal
  1. Start the app

npm run dev

GitHub

View Github