Specifications and utilities related to Spacemesh economics
For full specification and breakdown of math implemented in this repository, see spacemeshos/pm#151
- Linux (amd64 and arm64, tested on Ubuntu 22.04)
- MacOS (amd64 and arm64, tested on MacOS 12.6)
- Windows (amd64, tested on Windows Server 2022)
Right now we only support amd64 and arm64, for more information see #13
To build and test the code, run:
go build ./...
go test ./...