This PR adds an example following the flow suggested in the README of the file. It is purposefully long and in a single file as it is intended as pseudo guide towards the different steps.
Normally looking through the main() function will walk you through the intended happy path and anyone can dive deep into any step by following the methods.
This PR adds an example following the flow suggested in the README of the file. It is purposefully long and in a single file as it is intended as pseudo guide towards the different steps.
Normally looking through the
main()
function will walk you through the intended happy path and anyone can dive deep into any step by following the methods.