lssa/README.md

34 lines
567 B
Markdown
Raw Normal View History

2024-09-17 13:47:23 +02:00
# nescience-testnet
2025-11-07 13:13:16 -03:00
This repo serves for Nescience testnet
2025-01-31 09:54:19 +02:00
2025-11-07 13:13:16 -03:00
For more details you can read [here](https://notes.status.im/Ya2wDpIyQquoiRiuEIM8hQ?view).
2025-11-07 13:13:16 -03:00
# Install dependencies
2025-01-31 09:54:19 +02:00
2025-11-07 13:13:16 -03:00
Install build dependencies
- On Linux
2025-01-31 09:54:19 +02:00
```sh
2025-11-07 13:13:16 -03:00
apt install build-essential clang libssl-dev pkg-config
2025-01-31 09:54:19 +02:00
```
2025-11-07 13:13:16 -03:00
- On Mac
```sh
2025-11-07 13:13:16 -03:00
xcode-select --install
brew install pkg-config openssl
2025-02-04 18:20:12 +02:00
```
2025-11-07 13:13:16 -03:00
Install Rust
2025-02-04 18:20:12 +02:00
```sh
2025-11-07 13:13:16 -03:00
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
2025-01-31 09:54:19 +02:00
```
2025-11-07 13:13:16 -03:00
Install Risc0
2025-01-31 09:54:19 +02:00
```sh
2025-11-07 13:13:16 -03:00
curl -L https://risczero.com/install | bash
2025-01-31 09:54:19 +02:00
```
2025-11-07 13:13:16 -03:00
Then restart your shell and run
2025-01-31 09:54:19 +02:00
```sh
2025-11-07 13:13:16 -03:00
rzup install
2025-01-31 09:54:19 +02:00
```