Skip to content

Bezaeel/bezRand

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To demonstrate knowledge of the algorand sdk

run simulation

cd cmd
go run main.go

important links that helped working on this challenge

1 and 2 helped a lot with environment setup and test

3 was very intrumental to me as it helped me from a visual standpoint break the tasks into smaller chunks
at this point i became fully aware of what was expected of the "system" i am working on and with(sdk)

challenges

using the latest sdk version was quite tough for me, seeing that lots of the documentation
centered around the v2, which i found more interesting to work with.

improvement

short-term is writing my unit tests, seeing that my node is locally setup I can get to it
should time be on my side