Skip to content

haardikk21/algorand-quote-task

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Algorand TestNet Quote Task using Go SDK

This is a simple Go app made to do the quote task for Algorand TestNet. More details can be found here - https://community.algorand.org/t/task-read-a-quote-write-a-quote-using-javascript/367

Usage

Firstly, we need to export a fews environment variables. To do that, enter your ~/node/data/ directory and execute the following commands:

export ALGOD_ADDRESS=$(cat algod.net)
export ALGOD_TOKEN=$(cat algod.token)
cd kmd-v0.5
export KMD_ADDRESS=$(cat kmd.net)
export KMD_TOKEN=$(cat kmd.token)

NOTE: If your ALGOD_ADDRESS and KMD_ADDRESS get set to 127.0.0.1:port, you should change them to http://localhost:port as Go SDK doesn't seem to like parsing the former.

About

Algorand Quote Task implementation in Golang

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages