Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/spacemeshos/economics
- Owner: spacemeshos
- License: mit
- Created: 2022-07-28T20:46:50.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-21T07:37:43.000Z (4 months ago)
- Last Synced: 2024-10-21T10:42:54.650Z (4 months ago)
- Language: Go
- Size: 204 KB
- Stars: 0
- Watchers: 12
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-spacemesh - Economics
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 ./...
```