Skip to content

Commit

Permalink
Update badge
Browse files Browse the repository at this point in the history
  • Loading branch information
User authored and User committed May 22, 2023
1 parent 70574ec commit f971274
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,4 +220,4 @@ cargo run --release -- clean --dev <NODE_ID>

We welcome all contributions to `snarkOS`. Please refer to the [license](#7-license) for the terms of contributions.

[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](./LICENSE.md)
[![License: GPL v3](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](./LICENSE.md)
2 changes: 1 addition & 1 deletion account/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

[![Crates.io](https://img.shields.io/crates/v/snarkos-account.svg?color=neon)](https://crates.io/crates/snarkos-account)
[![Authors](https://img.shields.io/badge/authors-Aleo-orange.svg)](https://aleo.org)
[![License](https://img.shields.io/badge/License-GPLv3-blue.svg)](./LICENSE.md)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](./LICENSE.md)

The `snarkos-account` crate provides the `Account` struct, which is responsible for managing a user's private key, view key, and address.
2 changes: 1 addition & 1 deletion cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

[![Crates.io](https://img.shields.io/crates/v/snarkos-cli.svg?color=neon)](https://crates.io/crates/snarkos-cli)
[![Authors](https://img.shields.io/badge/authors-Aleo-orange.svg)](https://aleo.org)
[![License](https://img.shields.io/badge/License-GPLv3-blue.svg)](./LICENSE.md)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](./LICENSE.md)

The `snarkos-cli` crate provides the `CLI` struct, which is responsible for providing a command-line interface to the node.
2 changes: 1 addition & 1 deletion display/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

[![Crates.io](https://img.shields.io/crates/v/snarkos-display.svg?color=neon)](https://crates.io/crates/snarkos-display)
[![Authors](https://img.shields.io/badge/authors-Aleo-orange.svg)](https://aleo.org)
[![License](https://img.shields.io/badge/License-GPLv3-blue.svg)](./LICENSE.md)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](./LICENSE.md)

The `snarkos-display` crate provides the `Display` struct, which is responsible for displaying information about the node.
2 changes: 1 addition & 1 deletion node/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

[![Crates.io](https://img.shields.io/crates/v/snarkos-node.svg?color=neon)](https://crates.io/crates/snarkos-node)
[![Authors](https://img.shields.io/badge/authors-Aleo-orange.svg)](https://aleo.org)
[![License](https://img.shields.io/badge/License-GPLv3-blue.svg)](./LICENSE.md)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](./LICENSE.md)

The `snarkos-node` crate provides the `Node` struct, which is responsible for running a node in the Aleo network.
2 changes: 1 addition & 1 deletion node/cdn/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

[![Crates.io](https://img.shields.io/crates/v/snarkos-node-cdn.svg?color=neon)](https://crates.io/crates/snarkos-node-cdn)
[![Authors](https://img.shields.io/badge/authors-Aleo-orange.svg)](https://aleo.org)
[![License](https://img.shields.io/badge/License-GPLv3-blue.svg)](./LICENSE.md)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](./LICENSE.md)

The `snarkos-node-cdn` crate provides helpers for fetching ledger state from a CDN.
2 changes: 1 addition & 1 deletion node/consensus/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

[![Crates.io](https://img.shields.io/crates/v/snarkos-node-consensus.svg?color=neon)](https://crates.io/crates/snarkos-node-consensus)
[![Authors](https://img.shields.io/badge/authors-Aleo-orange.svg)](https://aleo.org)
[![License](https://img.shields.io/badge/License-GPLv3-blue.svg)](./LICENSE.md)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](./LICENSE.md)

The `snarkos-node-consensus` crate provides the consensus layer for the snarkOS node.
2 changes: 1 addition & 1 deletion node/messages/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

[![Crates.io](https://img.shields.io/crates/v/snarkos-node-messages.svg?color=neon)](https://crates.io/crates/snarkos-node-messages)
[![Authors](https://img.shields.io/badge/authors-Aleo-orange.svg)](https://aleo.org)
[![License](https://img.shields.io/badge/License-GPLv3-blue.svg)](./LICENSE.md)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](./LICENSE.md)

The `snarkos-node-messages` crate provides the message types used by the `snarkos-node-router` crate.
2 changes: 1 addition & 1 deletion node/rest/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

[![Crates.io](https://img.shields.io/crates/v/snarkos-node-rest.svg?color=neon)](https://crates.io/crates/snarkos-node-rest)
[![Authors](https://img.shields.io/badge/authors-Aleo-orange.svg)](https://aleo.org)
[![License](https://img.shields.io/badge/License-GPLv3-blue.svg)](./LICENSE.md)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](./LICENSE.md)

The `snarkos-node-rest` crate provides a REST API for the `snarkos` node.
2 changes: 1 addition & 1 deletion node/router/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

[![Crates.io](https://img.shields.io/crates/v/snarkos-node-router.svg?color=neon)](https://crates.io/crates/snarkos-node-router)
[![Authors](https://img.shields.io/badge/authors-Aleo-orange.svg)](https://aleo.org)
[![License](https://img.shields.io/badge/License-GPLv3-blue.svg)](./LICENSE.md)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](./LICENSE.md)

The `snarkos-node-router` crate provides the `Router` struct, which is responsible for routing messages between nodes.
2 changes: 1 addition & 1 deletion node/tcp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

[![Crates.io](https://img.shields.io/crates/v/snarkos-node-tcp.svg?color=neon)](https://crates.io/crates/snarkos-node-tcp)
[![Authors](https://img.shields.io/badge/authors-Aleo-orange.svg)](https://aleo.org)
[![License](https://img.shields.io/badge/License-GPLv3-blue.svg)](./LICENSE.md)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](./LICENSE.md)

The `snarkos-node-tcp` crate provides the `Tcp` struct, which is responsible for establishing TCP connections between nodes.

0 comments on commit f971274

Please sign in to comment.