A simple React frontend for interacting with Hyperdrive.
This project uses many tools like:
This project requires environment variables in apps/hyperdrive-trading/.env
.
See .env.sample for reference.
Install dependencies and build packages.
Note: The following two commands must be run from the root directory of the monorepo.
yarn
yarn run build:packages
The following commands assume your current directory is set to this project.
cd apps/hyperdrive-trading
First, copy the .env.sample to .env and you'll need to set the VITE_SEPOLIA_RPC_URL variable to an active rpc url.
Serve with hot reload at http://localhost:5173.
yarn run dev
Build static site for production using Vite.
yarn run build
yarn run test
yarn run lint
yarn run typecheck
This project is licensed under the AGPL-3 License.