aether-sdk

Crates.ioaether-sdk
lib.rsaether-sdk
version0.1.1
sourcesrc
created_at2022-07-21 20:26:16.979736
updated_at2022-07-23 17:55:23.512709
descriptionAether is a next generation EVM Native Multi-Chain engineered for optimal preformance and the highest security
homepagehttps://scattered-systems.github.io/aether/
repositoryhttps://github.com/scattered-systems/aether
max_upload_size
id629842
size80,829
Joe McCain III (FL03)

documentation

README

Aether

Aether was created to support the future of internet based experiences by ensuring the digital security of all interactions on the network. Globally, Aether will be deployed as an Ethereum native multi-chain with a focus on security and speed. One of the optimization being developed is the advent of user-centric microchains or a constant size, zk-SNARK blockchain which operates as their personal cloud computing platform as well as their key to public spaces.

Getting Started

Quickstart

Docker

docker pull jo3mccain/aether:latest

From the Source

git clone https://github.com/scattered-systems/aether.git
cargo build --workspace
cargo run --package aether

Workspace Configuration

Typically, all repositories will use a standard workspace to reduce the overall complexity of the individual systems.

Standard Project Structure

~/project
    .github
        workflows
    artifacts
        docker
            data
    code
        crates
    config
    deploy
        kube
        docker-compose.yml
    .env
    .gitignore
    Cargo.toml
    LICENSE
    README.md

Developers

Contribute

git clone https://github.com/scattered-systems/aether.git

cargo build --package aether
cargo run --package aether

Docker

docker run jo3mccain/aether

Resources

External

Internal

Commit count: 76

cargo fmt