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:
Run locally
To run this project locally, follow these steps.
- 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
- Start the local Arweave gateway
npx arlocal
- Start the app
npm run dev