Skip to content

HarrisonHesslink/pythia

Repository files navigation

Discord GitHub issues GitHub stars Build GitHub GitHub issues by-label Go Report Card

PYTHIA IS IN DEVELOPMENT. NOT PRODUCTION READY. REFACTOR WITH V0.2.0.

Website: Equilibria.network | Explorer: Pythia Explorer

Usage

Note: Pythia aims to always compile and run on Linux targetting the AMD64 CPU architecture. Other operating systems and architectures may compile and run this software but should do so expecting some inconsistencies.

Launch Pythia

go build -gcflags="-e" && ./pythia

Dependencies

Operating System

Pythia supports Linux on AMD64 architecture, but may compile in other settings. Differences between Linux and non-Linux installs should be expected.

Optional: Compile with all errors displayed, then run binary. Avoids "too many errors" from hiding error info.

go build -gcflags="-e" && ./pythia

Contributing

This repo only receives stable version release updates, development happens in a private repo. Please make an issue before writing code for a PR.

  • MIT License
  • gofmt
  • go modules
  • stdlib > *

Thanks to:

Equilibria turtlecoin IPFS LibP2P GOLANG

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages