Skip to content

Commit 140ab6e

Browse files
committed
docs: add missing packages
1 parent 25a45f9 commit 140ab6e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ via one of the flake output categories:
2828
| [go-opera]([go-opera-url]) | Opera blockchain protocol secured by the Lachesis consensus algorithm | x86_64-linux, x86_64-darwin, aarch64-darwin |
2929
| [polkadot]([polkadot-url]) | Polkadot Node Implementation | x86_64-linux, x86_64-darwin, aarch64-darwin |
3030
| polkadot-fast | Polkadot Node Implementation with [fast-runtime][polkadot-fast-url] enabled | x86_64-linux, x86_64-darwin, aarch64-darwin |
31+
| [nimbus]([nimbus-url]) | Lightweight Ethereum consensus layer client | x86_64-linux, aarch64-linux, armv7a-linux, x86_64-darwin, aarch64-darwin, x86_64-windows |
32+
| [solana-validator]([solana-validator-url]) | Solana validator node | x86_64-linux |
3133

3234
### ZK Circuit-related Software
3335

@@ -38,6 +40,7 @@ via one of the flake output categories:
3840
| [ffiasm]([ffiasm-url]) | A script that generates a Finite field Library in Intel64 and ARM Assembly | x86_64-linux, x86_64-darwin |
3941
| [ffiasm-src]([ffiasm-src-url]) | Intel assembly finite field library generator | x86_64-linux, x86_64-darwin |
4042
| [rapidsnark]([rapidsnark-url]) | zkSnark proof generation written in C++ and intel assembly | x86_64-linux, x86_64-darwin |
43+
| rapidsnark-gpu | GPU-accelerated prover for Rapidsnark | x86_64-linux, x86_64-darwin |
4144
| rapidsnark-server | | x86_64-linux |
4245
| zqfield-bn254 | | x86_64-linux, x86_64-darwin |
4346

@@ -67,6 +70,7 @@ via one of the flake output categories:
6770
| ---------------------------- | ------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------- |
6871
| [emscripten][emscripten-url] | An LLVM-to-WebAssembly Compiler | x86_64-linux, x86_64-darwin, aarch64-darwin |
6972
| [kurtosis]([kurtosis-url]) | A platform for packaging and launching ephemeral backend stacks with a focus on approachability for the average developer | x86_64-linux |
73+
| cargo-build-bpf | Solana SDK helper for building BPF programs | x86_64-linux |
7074

7175
### Libraries
7276

@@ -112,6 +116,10 @@ via one of the flake output categories:
112116
[rapidsnark-url]: https://github.com/iden3/rapidsnark-old
113117
[wasmd-url]: https://github.com/CosmWasm/wasmd
114118
[polkadot-fast-url]: https://github.com/paritytech/polkadot/blob/52209dcfe546ff39cc031b92d64e787e7e8264d4/Cargo.toml#L228
119+
[nimbus-url]: https://github.com/status-im/nimbus-eth2
120+
[solana-validator-url]: https://github.com/solana-labs/solana
121+
[rapidsnark-gpu-url]: https://github.com/Orbiter-Finance/rapidsnark
122+
[cargo-build-bpf-url]: https://github.com/solana-labs/solana/tree/master/sdk/cargo-build-bpf
115123

116124
## Usage examples
117125

0 commit comments

Comments
 (0)