Skip to content

ravendevteam/alternet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Alternet

A decentralized network that offers a censorship-resistant alternative to traditional DNS infrastructure.

Prerequisite

  • Rust (latest stable)
  • Cargo

Verify installation:

rustc --version
cargo --version

Image

docker run --rm node:latest ./bootstrap
docker run --rm node:latest ./client
docker run --rm node:latest ./server
docker run --rm node:latest ./relay

Devops

Task

Use task to run custom devops scripts.

cargo run --package task
cargo run --package task build-node-release
cargo run --package task build-node

Node Binaries

The node crate contains 4 binaries which are gated by 4 mutually exclusive features. To compile them individually, use these flags.

cargo build --release --package node --bin bootstrap --features=bootstrap
cargo build --release --package node --bin client --features=client
cargo build --release --package node --bin server --features=server
cargo build --release --package node --bin relay --features=relay

License

This project is released under The Unlicense.

You are free to use, modify, distribute, and sell this software without restriction.

About

A completely decentralized alternative to the current-day web.

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project

Packages

 
 
 

Contributors

Languages