cosmicrocks / constellation

:milky_way::satellite: Decentralized Application Integration Platform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Constellation

This repository is the reference implementation of our Decentralized Application Integration Platform using the Scala programming language. We build a horizontally scalable DAG protocol that you can build upon and interface with using common software standards.

πŸ“š Resources

For developer tools and documentation and consult the /docs or the /docs-gh-pages hosted on our docs website. For motivations and explanations of the project in context of the crypto space, visit the wiki.

src
β”œβ”€β”€ it/scala/org/constellation           <─── continuous integration
β”œβ”€β”€ main/scala/org/constellation         <─── protocol implementation
    β”œβ”€β”€ consensus
          Consensus.scala
    β”œβ”€β”€ crypto
          KeyUtils.scala
    β”œβ”€β”€ p2p
    β”œβ”€β”€ primitives
    β”œβ”€β”€ serializer
    └── util
          API.scala
          ConstellationNode.scala
└── test/scala/org/constellation          <─── unit tests

πŸ’» Build instructions

For details on the build process, as well as pointers for docker, vagrant and deployment, see /docs/build-instructions.

πŸ“— API Docs

We intend to use Swagger to publish comprehensive API docs.

🚨 Troubleshooting

For issues and bug reports, see wiki/Contribution-guidelines. There you also find general pointers toward the development process. Note that the master branch might be behind the dev branch by a few weeks.

πŸ’• Community

For questions and contributions, can find links to the community outlets and more in the resource list. Our knowledge- and news-outlet is the Orion Discourse forum. To quickly reach out, join our Discord server for a chat:

About

:milky_way::satellite: Decentralized Application Integration Platform

License:Apache License 2.0


Languages

Language:Scala 96.5%Language:Shell 1.6%Language:HCL 1.0%Language:HTML 0.7%Language:Dockerfile 0.1%Language:Smarty 0.1%