https://github.com/tnodes/bevm-testnet
https://github.com/tnodes/bevm-testnet
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/tnodes/bevm-testnet
- Owner: Tnodes
- Created: 2024-01-23T09:55:24.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-23T10:40:36.000Z (over 2 years ago)
- Last Synced: 2025-03-11T08:49:58.630Z (about 1 year ago)
- Language: Shell
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# BEVM Incentiviced Testnet Full Node
BEVM is a decentralized EVM-compatible #BTClayer2 based on #Taproot, and using $BTC as gas. BEVM = $BTC EVM + $BTC to VM + BEVM-
# System Requirements
- OS : Ubuntu 20.4+
- CPU : 2 Cores
- RAM : 2 GB
- SSD : 300 GB
# Installer
You can choose you want version.
Binary version
```
wget -O bevm-setup.sh https://raw.githubusercontent.com/Tnodes/bevm-testnet/main/bevm-binary.sh && chmod +x bevm-setup.sh && ./bevm-setup.sh
```
Docker version
```
wget -O bevm-setup.sh https://raw.githubusercontent.com/Tnodes/bevm-testnet/main/bevm-docker.sh && chmod +x bevm-setup.sh && ./bevm-setup.sh
```