Skip to content

bjweaver/algorand-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Algorand Node

Run Algorand in a Docker container

Build

docker build -t algorand .

Running

docker run -d -p 8080:8080 --name algorand bjweaver/algorand-node

To run on testnet:

docker run -d -p 8080:8080 --name algorand bjweaver/algorand-node:testnet

Status

To obtain node status

docker exec algorand /algorand/node/goal node status -d /algorand/node/data

API connection

API will listen on localhost:8080

curl 127.0.0.1:8080/swagger.json

About

Algorand Docker Node

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published