Skip to content

Commit 3a32f08

Browse files
committed
chore(README): Replace (un)ordered lists with heading
1 parent 0959819 commit 3a32f08

File tree

1 file changed

+51
-51
lines changed

1 file changed

+51
-51
lines changed

README.md

Lines changed: 51 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -12,57 +12,57 @@ via one of the flake output categories:
1212
* For example: `metacraft-labs.solana`
1313
* `packages.${arch}.${pkg}` - suitable for use with `nix shell`
1414

15-
16-
1. Blockchain Node Software
17-
18-
| package name | description | supported platforms |
19-
|------------------------------------------|-------------------------------------------------------------------------------------------------------------------------|---------------------------------------------|
20-
| [avalanche-cli]([avalanche-url]) | Helps developers develop and test subnets | x86_64-linux, x86_64-darwin, aarch64-darwin |
21-
| [bnb-beacon-node]([bnb-beacon-node-url]) | Blockchain with a flexible set of native assets and pluggable modules | x86_64-linux, x86_64-darwin, aarch64-darwin |
22-
| [cardano]([cardano-url]) | HTTP server & command-line for managing UTxOs and HD wallets in Cardano | x86_64-linux, x86_64-darwin |
23-
| [cardano-graphql]([cardano-graphql-url]) | GraphQL API for Cardano | x86_64-linux, x86_64-darwin |
24-
| [cosmos-theta-testnet][cosmos-url] | Cosmos Testnets | x86_64-linux, x86_64-darwin, aarch64-darwin |
25-
| [gaiad]([gaiad-url]) | 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 |
26-
| [wasmd]([wasmd-url]) | Basic cosmos-sdk app with web assembly smart contracts | x86_64-linux |
27-
| [cdt]([cdt-url]) | A suite of tools to facilitate C/C++ development of contracts for Antelope blockchains | x86_64-linux |
28-
| [eos-vm]([eos-vm-url]) | A Low-Latency, High Performance and Extensible WebAssembly Engine | x86_64-linux |
29-
| [leap]([leap-url]) | C++ implementation of the Antelope protocol | x86_64-linux |
30-
| [go-opera]([go-opera-url]) | Opera blockchain protocol secured by the Lachesis consensus algorithm | x86_64-linux, x86_64-darwin, aarch64-darwin |
31-
| [polkadot]([polkadot-url]) | Polkadot Node Implementation | x86_64-linux, x86_64-darwin, aarch64-darwin |
32-
| polkadot-fast | Polkadot Node Implementation with [fast-runtime][polkadot-fast-url] enabled | x86_64-linux, x86_64-darwin, aarch64-darwin |
33-
34-
2. ZK Circuit-related Software
35-
36-
| package name | description | supported platforms |
37-
|----------------------------------------|----------------------------------------------------------------------------|---------------------------------------------|
38-
| [circom]([circom-url]) | zkSnark circuit compiler | x86_64-linux, x86_64-darwin, aarch64-darwin |
39-
| [circom_runtime]([circom_runtime-url]) | The code needed to calculate the witness by a circuit compiled with circom | x86_64-linux, x86_64-darwin, aarch64-darwin |
40-
| [ffiasm]([ffiasm-url]) | A script that generates a Finite field Library in Intel64 and ARM Assembly | x86_64-linux, x86_64-darwin |
41-
| [ffiasm-src]([ffiasm-src-url]) | Intel assembly finite field library generator | x86_64-linux, x86_64-darwin |
42-
| [rapidsnark]([rapidsnark-url]) | zkSnark proof generation written in C++ and intel assembly | x86_64-linux, x86_64-darwin |
43-
| rapidsnark-server | | x86_64-linux |
44-
| zqfield-bn254 | | x86_64-linux, x86_64-darwin |
45-
46-
3. General Dev Tools
47-
48-
| package name | description | supported platforms |
49-
|------------------------------|---------------------------------------------------------------------------------------------------------------------------|---------------------------------------------|
50-
| [emscripten][emscripten-url] | An LLVM-to-WebAssembly Compiler | x86_64-linux, x86_64-darwin, aarch64-darwin |
51-
| [kurtosis]([kurtosis-url]) | A platform for packaging and launching ephemeral backend stacks with a focus on approachability for the average developer | x86_64-linux |
52-
53-
4. Libraries
54-
* Cryptography-related
55-
56-
| package name | description | supported platforms |
57-
|----------------------------|--------------------------------------------------------------------------------|---------------------------------------------|
58-
| [blst]([blst-url]) | Multilingual BLS12-381 signature library | x86_64-linux, x86_64-darwin, aarch64-darwin |
59-
| [py-ecc]([py-ecc-url]) | Python implementation of ECC pairing and bn_128 and bls12_381 curve operations | x86_64-linux |
60-
61-
* General-purpose
62-
63-
| package name | description | supported platforms |
64-
|----------------------------|------------------------------------------------|---------------------|
65-
| [pistache]([pistache-url]) | A high-performance REST toolkit written in C++ | x86_64-linux |
15+
### Blockchain Node Software
16+
17+
| package name | description | supported platforms |
18+
|------------------------------------------|-------------------------------------------------------------------------------------------------------------------------|---------------------------------------------|
19+
| [avalanche-cli]([avalanche-url]) | Helps developers develop and test subnets | x86_64-linux, x86_64-darwin, aarch64-darwin |
20+
| [bnb-beacon-node]([bnb-beacon-node-url]) | Blockchain with a flexible set of native assets and pluggable modules | x86_64-linux, x86_64-darwin, aarch64-darwin |
21+
| [cardano]([cardano-url]) | HTTP server & command-line for managing UTxOs and HD wallets in Cardano | x86_64-linux, x86_64-darwin |
22+
| [cardano-graphql]([cardano-graphql-url]) | GraphQL API for Cardano | x86_64-linux, x86_64-darwin |
23+
| [cosmos-theta-testnet][cosmos-url] | Cosmos Testnets | x86_64-linux, x86_64-darwin, aarch64-darwin |
24+
| [gaiad]([gaiad-url]) | 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 |
25+
| [wasmd]([wasmd-url]) | Basic cosmos-sdk app with web assembly smart contracts | x86_64-linux |
26+
| [cdt]([cdt-url]) | A suite of tools to facilitate C/C++ development of contracts for Antelope blockchains | x86_64-linux |
27+
| [eos-vm]([eos-vm-url]) | A Low-Latency, High Performance and Extensible WebAssembly Engine | x86_64-linux |
28+
| [leap]([leap-url]) | C++ implementation of the Antelope protocol | x86_64-linux |
29+
| [go-opera]([go-opera-url]) | Opera blockchain protocol secured by the Lachesis consensus algorithm | x86_64-linux, x86_64-darwin, aarch64-darwin |
30+
| [polkadot]([polkadot-url]) | Polkadot Node Implementation | x86_64-linux, x86_64-darwin, aarch64-darwin |
31+
| polkadot-fast | Polkadot Node Implementation with [fast-runtime][polkadot-fast-url] enabled | x86_64-linux, x86_64-darwin, aarch64-darwin |
32+
33+
### ZK Circuit-related Software
34+
35+
| package name | description | supported platforms |
36+
|----------------------------------------|----------------------------------------------------------------------------|---------------------------------------------|
37+
| [circom]([circom-url]) | zkSnark circuit compiler | x86_64-linux, x86_64-darwin, aarch64-darwin |
38+
| [circom_runtime]([circom_runtime-url]) | The code needed to calculate the witness by a circuit compiled with circom | x86_64-linux, x86_64-darwin, aarch64-darwin |
39+
| [ffiasm]([ffiasm-url]) | A script that generates a Finite field Library in Intel64 and ARM Assembly | x86_64-linux, x86_64-darwin |
40+
| [ffiasm-src]([ffiasm-src-url]) | Intel assembly finite field library generator | x86_64-linux, x86_64-darwin |
41+
| [rapidsnark]([rapidsnark-url]) | zkSnark proof generation written in C++ and intel assembly | x86_64-linux, x86_64-darwin |
42+
| rapidsnark-server | | x86_64-linux |
43+
| zqfield-bn254 | | x86_64-linux, x86_64-darwin |
44+
45+
### General Dev Tools
46+
47+
| package name | description | supported platforms |
48+
|------------------------------|---------------------------------------------------------------------------------------------------------------------------|---------------------------------------------|
49+
| [emscripten][emscripten-url] | An LLVM-to-WebAssembly Compiler | x86_64-linux, x86_64-darwin, aarch64-darwin |
50+
| [kurtosis]([kurtosis-url]) | A platform for packaging and launching ephemeral backend stacks with a focus on approachability for the average developer | x86_64-linux |
51+
52+
### Libraries
53+
54+
#### Cryptography-related
55+
56+
| package name | description | supported platforms |
57+
|----------------------------|--------------------------------------------------------------------------------|---------------------------------------------|
58+
| [blst]([blst-url]) | Multilingual BLS12-381 signature library | x86_64-linux, x86_64-darwin, aarch64-darwin |
59+
| [py-ecc]([py-ecc-url]) | Python implementation of ECC pairing and bn_128 and bls12_381 curve operations | x86_64-linux |
60+
61+
#### General-purpose
62+
63+
| package name | description | supported platforms |
64+
|----------------------------|------------------------------------------------|---------------------|
65+
| [pistache]([pistache-url]) | A high-performance REST toolkit written in C++ | x86_64-linux |
6666

6767
[cosmos-url]: https://github.com/hyphacoop/testnets/blob/master/local/previous-local-testnets/v7-theta/priv_validator_key.json
6868
[emscripten-url]: https://github.com/emscripten-core/emscripten

0 commit comments

Comments
 (0)