This application demonstrates how to use FDP tools and libraries.
npm install
And to run local dev server:
npm run dev
The application expects the .env
file to be created in the root directory with the following variables:
VITE_BEE_NODE_URL
- URL of a Bee nodeVITE_POSTAGE_STAMP_ID
- A valid Postage Stamp ID
To build the application for deployment:
npm run build