Skip to content

Commit 988a7e4

Browse files
committed
updated packages list
1 parent 2d47c7d commit 988a7e4

File tree

1 file changed

+27
-14
lines changed

1 file changed

+27
-14
lines changed

README.md

Lines changed: 27 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -83,17 +83,30 @@ nix shell github:metacraft-labs/nix-blockchain-development#solana
8383

8484
### Packages
8585

86-
## Circ
87-
## Circom
88-
## Cosmos-Theta-Testnet
89-
## Cargo-Build-BPF
90-
## Elrond-Go
91-
⚡ Elrond-GO: The official implementation of the Elrond protocol, written in golang.
92-
## Elrond-Proxy-Go
93-
🐙 Elrond Proxy: The official implementation of the web proxy for the Elrond Network. An intermediary that abstracts away the complexity of Elrond sharding, through a friendly HTTP API.
94-
## Erdpy
95-
Elrond python Command Line Tools and SDK for interacting with the Elrond Network (in general) and Smart Contracts (in particular).
96-
## Solana-BPF-Tools
97-
## Solana-Full-SDK
98-
## Solana-Rust-Artifacts
99-
## Wasmd
86+
| package name | description | supported platforms |
87+
|------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------|---------------------------------------------|
88+
| [avalanche-cli](https://github.com/ava-labs/avalanche-cli) | Helps developers develop and test subnets | x86_64-linux, x86_64-darwin, aarch64-darwin |
89+
| [blst](https://github.com/supranational/blst) | Multilingual BLS12-381 signature library | x86_64-linux, x86_64-darwin, aarch64-darwin |
90+
| [bnb-beacon-node](https://github.com/bnb-chain/node) | Blockchain with a flexible set of native assets and pluggable modules | x86_64-linux, x86_64-darwin, aarch64-darwin |
91+
| [cardano](https://github.com/woofpool/cardano-private-testnet-setup) | HTTP server & command-line for managing UTxOs and HD wallets in Cardano | x86_64-linux, x86_64-darwin |
92+
| [cdt](https://github.com/AntelopeIO/cdt) | A suite of tools to facilitate C/C++ development of contracts for Antelope blockchains | x86_64-linux |
93+
| [circom](https://github.com/iden3/circom) | zkSnark circuit compiler | x86_64-linux, x86_64-darwin, aarch64-darwin |
94+
| [circom_runtime](https://github.com/iden3/circom_runtime) | The code needed to calculate the witness by a circuit compiled with circom | x86_64-linux, x86_64-darwin, aarch64-darwin |
95+
| [corepack-shims](https://github.com/nodejs/corepack) | Zero-runtime-dependency package acting as bridge between Node projects and their package managers | x86_64-linux, x86_64-darwin, aarch64-darwin |
96+
| [cosmos-theta-testnet](https://github.com/hyphacoop/testnets/blob/master/local/previous-local-testnets/v7-theta/priv_validator_key.json) | Cosmos Testnets | x86_64-linux, x86_64-darwin, aarch64-darwin |
97+
| [emscripten](https://github.com/emscripten-core/emscripten) | An LLVM-to-WebAssembly Compiler | x86_64-linux, x86_64-darwin, aarch64-darwin |
98+
| [eos-vm](https://github.com/AntelopeIO/eos-vm) | A Low-Latency, High Performance and Extensible WebAssembly Engine | x86_64-linux |
99+
| [ffiasm](https://github.com/iden3/ffiasm) | A script that generates a Finite field Library in Intel64 and ARM Assembly | x86_64-linux, x86_64-darwin |
100+
| [ffiasm-src](https://github.com/iden3/ffiasm-old) | Intel assembly finite field library generator | x86_64-linux, x86_64-darwin |
101+
| [gaiad](https://github.com/cosmos/gaia) | Cosmos Hub is the first of many interconnected blockchains powered by the interchain stack: CometBFT, CosmosSDK and IBC | x86_64-linux, x86_64-darwin, aarch64-darwin |
102+
| [go-opera](https://github.com/Fantom-foundation/go-opera) | Opera blockchain protocol secured by the Lachesis consensus algorithm<br><br> | x86_64-linux, x86_64-darwin, aarch64-darwin |
103+
| [cardano-graphql](https://github.com/cardano-foundation/cardano-graphql) | GraphQL API for Cardano | x86_64-linux, x86_64-darwin |
104+
| [kurtosis](https://github.com/kurtosis-tech/kurtosis) | A platform for packaging and launching ephemeral backend stacks with a focus on approachability for the average developer | x86_64-linux |
105+
| [pistache](https://github.com/pistacheio/pistache) | A high-performance REST toolkit written in C++ | x86_64-linux |
106+
| [polkadot](https://github.com/paritytech/polkadot) | Polkadot Node Implementation | x86_64-linux, x86_64-darwin, aarch64-darwin |
107+
| polkadot-fast | | x86_64-linux, x86_64-darwin, aarch64-darwin |
108+
| [py-ecc](https://github.com/ethereum/py_ecc) | Python implementation of ECC pairing and bn_128 and bls12_381 curve operations | x86_64-linux |
109+
| [rapidsnark](https://github.com/iden3/rapidsnark-old) | zkSnark proof generation written in C++ and intel assembly | x86_64-linux, x86_64-darwin |
110+
| rapidsnark-server | | x86_64-linux |
111+
| [wasmd](https://github.com/CosmWasm/wasmd) | Basic cosmos-sdk app with web assembly smart contracts | x86_64-linux |
112+
| zqfield-bn254 | | x86_64-linux, x86_64-darwin |

0 commit comments

Comments
 (0)