- Install Node >= 18, NVM is recommended
- Install Yarn
- Install Rust, Solana and Anchor following this guide. Ignore
yarnpart as you already have it
- From
client/runyarn build. Check that the compiled frontend shows inclient/dist - From
backend/runyarn test. Backend will compile tobackend/targetand tests will run- If you only want to compile run
yarn build
- If you only want to compile run
We need to run a local validator, deploy the backend, and serve the frontend.
In one terminal:
cd ~
solana config set --url localhost
solana-test-validatorIn another terminal:
cd backend
yarn build
anchor deployAlternatively, to compile, deploy, and load data all with one command:
cd backend
yarn init-backendIn any terminal that's not running something:
cd client
yarn devNow open localhost:5173 in your browser of preference.
| Name | FRBA email | |
|---|---|---|
| Agustin Villareal | agus@cpmail.com | agustinvilla@frba.utn.edu.ar |
| Cristobal Szkutnik | crisszkutnik@gmail.com | cszkutnik@frba.utn.edu.ar |
| Guido Dipietro | dipietroguido@gmail.com | gdipietro@frba.utn.edu.ar |
| Guido Enrique | guidoenr4@gmail.com | genriquezabala@frba.utn.edu.ar |
| Matias Davicino | mati.spd@gmail.com | mdavicino@frba.utn.edu.ar |