Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/spacemeshos/economics

Specifications and utilities related to Spacemesh economics
https://github.com/spacemeshos/economics

Last synced: 3 months ago
JSON representation

Specifications and utilities related to Spacemesh economics

Awesome Lists containing this project

README

        

# economics

Specifications and utilities related to Spacemesh economics

For full specification and breakdown of math implemented in this repository, see

## 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

## Build and test

To build and test the code, run:

```bash
go build ./...
go test ./...
```