This is a Go monorepo for all non-TruChain related services for TruStory. It is based on, but not a fork of: https://github.com/flowerinthenight/golang-monorepo. It allows for multiple services to co-exist in a single repo while only building services that are updated. Pull in features from golang-monorepo as needed.
- Metrics: runs metrics on user data
# Build all binaries
make
# Start the TruAPI light client
./bin/truapid start --home ~/.octopus --chain-id truchain
make db_migrate