Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 591 Bytes

File metadata and controls

22 lines (14 loc) · 591 Bytes

economics

Specifications and utilities related to Spacemesh economics

For full specification and breakdown of math implemented in this repository, see spacemeshos/pm#151

Supported platforms

  • 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

Build and test

To build and test the code, run:

go build ./...
go test ./...