tree: 4889dca6595648965966a73b58a151eb6fccafe0 [path history] [tgz]
  1. .github/
  2. docs/
  3. images/
  4. website/
  5. .dockerignore
  6. .gitignore
  7. asf-site-build.sh
  8. doap_Milagro.rdf
  9. docker-compose.yml
  10. Dockerfile
  11. package-lock.json
  12. README.md
README.md

Milagro Logo

The Apache Milagro (incubating) website

Milagro is a set of crypto libraries and core security infrastructure applications, built for decentralized networks yet suitable for enterprises.

Milagro has several repos. The C and JavaScript versions of the core cryptographic libraries have had major releases, and are production ready, while the Rust version is under development:

Applications being developed on these cryptographic libraries include the Milagro ZKP-MFA server and the Milagro Decentralized Trust Authority (D-TA). The Milagro D-TA is now at an alpha release stage.

What's New

Website Detail

This repository contains the source for the website of Apache Milagro (incubating).

The Milagro website itself is completely static, being automatically generated by Docusauraus prior to deployment. The content of the website is written in a mixture of HTML and Markdown.

Developing

In this repository there's a docker-compose file which will start a local version of the website for development purpose. Just run

docker-compose up

and point your browser to http://localhost:3000