Skip to content

Commit

Permalink
Add cncli project as reference code for VRF signatures and leaderlog …
Browse files Browse the repository at this point in the history
…consensus
  • Loading branch information
AndrewWestberg committed Sep 3, 2024
1 parent 1d158c3 commit 45fdb36
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Generated by Cargo
# will have compiled files and executables
debug/
target/

# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
# Cargo.lock

# These are backup files generated by rustfmt
**/*.rs.bk

# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb

# RustRover
# JetBrains specific template is maintained in a separate JetBrains.gitignore that can
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
# and can be added to the global gitignore or merged into this file. For a more nuclear
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
.idea/
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ At present, most of the work around Amaru is spread across different repositorie
| [uplc](https://github.com/aiken-lang/aiken/tree/main/crates/uplc) | An Untyped Plutus Core (UPLC) parser and CEK machine for evaluating Plutus V2 and Plutus V3 on-chain scripts. |
| [mithril](https://github.com/input-output-hk/mithril) | A stake-based threshold multi-signatures protocol. |
| [cardano-multiplatform-library](https://github.com/dcSpark/cardano-multiplatform-lib) | A Rust implementation of various Cardano data and crypto primitives. |
| [cncli](https://github.com/cardano-community/cncli) | A Rust implementation of Cardano CLI tools including VRF functionality, and some consensus tooling like leaderlogs. |
<hr/>

<p align="center">
Expand Down

0 comments on commit 45fdb36

Please sign in to comment.