# README
go-flow-tooling
cd examples/
- flow emulator start --verbose in terminal 1
- go run ./examples.go in terminal 2 or vscode
Keyinfo command line tool
- after running the above commands you can inspect what is running in an account by using the tool in the keyinfo folder
cd keyinfo
- go install
- ./keyinfo
Or you could just run it with go run main.go <account>