Skip to content

Instantly share code, notes, and snippets.

View connorjcantrell's full-sized avatar

Connor Cantrell connorjcantrell

View GitHub Profile
@connorjcantrell
connorjcantrell / BDNM.md
Created November 10, 2022 23:20
Building Device and Asset Naming Manifesto

Building Device and Asset Naming Manifesto

  1. Geospatial descriptions shall not be used to describe a system (i.e. "Roof Top Unit/RTU")
@connorjcantrell
connorjcantrell / Dappman.md
Last active February 10, 2022 16:51
I envision Dappman being a convenient tool for rapidly managing Algorand applications. This is achieved by locally storing application details, algod credentials, and public/private keys and perhaps more

Dappman

Decentralized Application Manager for the Algorand Blockchain

Dappman is a Golang CLI toolkit for compiling, deploying, and managing Algorand applications. It is a thin wrapper built on top of goal app

Fetch from GitHub

Clone Dappman in a directory outside of GOPATH, as in the following example:

mkdir $HOME/src
cd $HOME/src
git clone https://github.com/connorjcantrell/dappman.git