Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

README.md links are broken #1232

Open
willief opened this issue Jan 25, 2024 · 0 comments
Open

README.md links are broken #1232

willief opened this issue Jan 25, 2024 · 0 comments
Labels
Documentation Improvements or additions to documentation Medium Medium sized PR

Comments

@willief
Copy link
Contributor

willief commented Jan 25, 2024

All links shown below are GitHub 404s

For Users

  • CLI The Command Line Interface, allowing users to interact with the network from their terminal.
  • Node The backbone of the safe network. Nodes can be run on comoodity hardware and provide storage space and validation of transactions to the network.

For Developers

  • Client The client APIs allowing use of the SafeNetwork to users and developers.
  • Registers The CRDT registers structures available on the network.
  • Testnet The testnet crate, used to set up a local network for development and testing.
  • Faucet The local faucet server, used to claim genesis and request tokens from the network.
  • Node RPC The RPC server used by the nodes to expose API calls to the outside world.

For the Technical

  • Logging The generalised logging crate used by the safe network (backed by the tracing crate).
  • Metrics The metrics crate used by the safe network.
  • Networking The networking layer, built atop libp2p which allows nodes and clients to communicate.
  • Protocol The protocol used by the safe network.
  • Transfers The transfers crate, used to send and receive tokens on the network.
  • Peers Acquisition The peers peers acqisition crate, or: how the network layer discovers bootstrap peers.
  • Build Info Small helper used to get the build/commit versioning info for debug purposes.
@JasonPaulGithub JasonPaulGithub added Documentation Improvements or additions to documentation Medium Medium sized PR docs labels Jan 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Documentation Improvements or additions to documentation Medium Medium sized PR
Projects
None yet
Development

No branches or pull requests

2 participants