- Deploy program to the Testnet, please refer to the documentation.
Create a .env
file; .env.example
will let you know what variables are expected.
VITE_NODE_ADDRESS
: The network address used by the contract.VITE_CONTRACT_ADDRESS
: The program ID of the deployed contract within your application.
-
Install Yarn
-
Install dependencies the project
yarn install yarn build
-
How to run
yarn dev
- starts app in dev modeyarn build
- creates production buildyarn start
- runs local server with production build