- Install Node >= 18, NVM is recommended
- Install Yarn
- Install Rust, Solana and Anchor following this guide. Ignore
yarn
part 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/target
and 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-validator
In another terminal:
cd backend
yarn build
anchor deploy
Alternatively, to compile, deploy, and load data all with one command:
cd backend
yarn init-backend
In any terminal that's not running something:
cd client
yarn dev
Now 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 |