With the addition of installing Leo from source for the React Leo Tutorial, we can update the tutorial to include as much Leo functionality as possible.
This includes:
installing Leo as part of the create-aleo-app flow
generating a new account using Leo
creating a new project so helloworld doesn't have a name clash when deploying
onboarding the user to Leo functions and beginning to abstract snarkVM away
Also just added a quick abbreviated section at the end for claiming their contributor badge.
https://github.com/AleoHQ/leo/pull/2644, which adds a badge issue request template (badge.md) to cut down on developer energy required to submit a contributor badge request after completing a tutorial
Motivation
With the addition of installing Leo from source for the React Leo Tutorial, we can update the tutorial to include as much Leo functionality as possible.
This includes:
helloworld
doesn't have a name clash when deployingAlso just added a quick abbreviated section at the end for claiming their contributor badge.
This PR should only be merged after two PRs:
badge.md
) to cut down on developer energy required to submit a contributor badge request after completing a tutorial