Running the code
Initially we'll connect to a testnet before attempting to run the golem-base op-geth node locally on your machine (which is optional).
First, however, we need to create a wallet.
(TODO: Add code from the other docs site, along with instructions for adding funds.)
Tip: For the next two steps, open two separate terminals.
Now start the backend. Go to the first terminal, and move to the backend
folder. Then type:
npm run build-and-start
This will build the backend and start it up.
Now head over to the other terminal. Move to the angular_front
folder that's inside the frontend
folder and type:
ng serve -o
The app should open in the browser. As a first step, click the button to generate the test data.
Head to Step 8, "What's Next".