Skip to content

abderox/Algorand_Course

Repository files navigation

📌 Algorand_Course

💻 Course from algofoundry

Author

OSCS Status

💩 It is better to work on wsl environment , working with any distribution of linux if working on windows machines . Sometimes words can not describe how poor is windows !!

📑 Lesson 2

In this lesson we have set up the enviroment , the created our special node , working with sandbox CLI . Then we have installed the -javascript- version alogosdk , which helps us interact with the informations we have in the sandbox ; accounts info , through a Rest api endpoint

This website is really helpful to start with

  • Choose the convenable sdk language

  • Start browsing and testing pieces of code

  • Algorand developer

To run Algorand builder

  • cd algodb/algo-builder.js
  • yarn install
  • yarn build
  • pipenv sync
  • pipenv shell
  • Go to algob.config.js change the address to your own online address
  • ./sandbox goal account export -a 3FACOTXRZT6GKR4GUNFZSY6BUEVH2M6XOSBVZ7OVQP73E3A5HNDTP6HYIP
  • add the serial code to mnemonics
  • yarn run algob help (compile then deploy)

Releases

No releases published

Packages

No packages published