X | Minimum |
---|---|
CPU | 2 |
RAM | 4 GB |
Storage | 25+ GB SDD |
Network | 100 Mbps (1 Gbps+ recommended) |
Server Provider | Link | Features |
---|---|---|
Contabo | Link | Cheap / Paypal |
PQ | Link | Cheap / Crypto Payment |
NetCup | Link | Cheap / Paypal |
sudo apt update -y && sudo apt upgrade -y
sudo apt install htop ca-certificates zlib1g-dev libncurses5-dev libgdbm-dev libnss3-dev tmux iptables curl nvme-cli git wget make jq libleveldb-dev build-essential pkg-config ncdu tar clang bsdmainutils lsb-release libssl-dev libreadline-dev libffi-dev jq gcc screen file unzip lz4 -y
curl https://sh.rustup.rs -sSf | sh
- 1
. "$HOME/.cargo/env"
curl -L \
-H "Accept: application/vnd.github.v3.raw" \
"https://api.github.com/repos/SeismicSystems/seismic-foundry/contents/sfoundryup/install?ref=seismic" | bash
source /root/.bashrc
sfoundryup
- Wait download.
git clone --recurse-submodules https://github.com/SeismicSystems/try-devnet.git
cd try-devnet/packages/contract/
bash script/deploy.sh
- Enter.
-
Claim Faucet : https://faucet-2.seismicdev.net/
-
Wait for faucet - 30-45 second.
-
Enter.
- Nice
- Install bun.
cd
curl -fsSL https://bun.sh/install | bash
source /root/.bashrc
- Run ;
cd try-devnet/packages/cli/
bun install
bash script/transact.sh
- Enter.
-
Faucet : https://faucet-2.seismicdev.net/
-
Wait for faucet - 30-45 second.
- Compeleted.
Network Name: Seismic devnet
Currency Symbol: ETH
Chain ID: 5124
RPC URL (HTTP): https://node-2.seismicdev.net/rpc
RPC URL (WebSocket): wss://node-2.seismicdev.net/ws
Explorer: https://explorer-2.seismicdev.net
Faucet: https://faucet-2.seismicdev.net
Starter Repo: https://github.com/SeismicSystems/seismic-starter