Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/automata-network/automata-common
Automata Common Libraries
https://github.com/automata-network/automata-common
Last synced: 8 days ago
JSON representation
Automata Common Libraries
- Host: GitHub
- URL: https://github.com/automata-network/automata-common
- Owner: automata-network
- License: apache-2.0
- Created: 2021-09-17T02:55:43.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-24T07:20:21.000Z (about 2 years ago)
- Last Synced: 2023-04-06T00:37:29.068Z (over 1 year ago)
- Language: Rust
- Size: 389 KB
- Stars: 6
- Watchers: 5
- Forks: 1
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Automata-Common
Automata Common Libraries## Build
On Ubuntu/Debian (or similar distributions on [WSL](https://docs.microsoft.com/en-us/windows/wsl/about)), install the following packages:
```bash
sudo apt-get update
sudo apt-get install -y build-essential pkg-config llvm-dev libclang-dev clang libssl-dev curl
```Install Rust through [rustup.rs](https://rustup.rs):
```bash
curl https://getsubstrate.io -sSf | bash -s -- --fast
```Use the following command to build the code:
```bash
cargo build --release
```