An open API service indexing awesome lists of open source software.

https://github.com/tnodes/bevm-testnet


https://github.com/tnodes/bevm-testnet

Last synced: 10 days ago
JSON representation

Awesome Lists containing this project

README

          

![xOG10LN0_400x400](https://github.com/Tnodes/bevm-testnet/assets/83104623/232b0d2d-4ba1-4d1a-b1e4-344b62cc864f)

# 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
```