Screehavin is a customized blockchain protocol based on polygon edge.
Component | Minimum Requirement | Recommended |
---|---|---|
Processor | 2-core CPU | 4-core CPU |
Memory | 2 GB RAM | 4 GB RAM |
Storage | 25 GB SSD | 50 GB SSD |
Network | High-speed internet connection | Dedicated server with gigabit connection |
Screehavin Explorer: http://explorer.screehavin.com/
Step 1: Go to the network => Add Network
Step 2: Fill in these informations
Name : screehavin testnet
RPC URL : http://103.138.113.121:8545
ChainID : 100 (default)
Currency Symbol: SCREE
Block explorer URL: http://explorer.screehavin.com/
Step 1: Open terminal on your PC
(if you haven't downloaded git
, please follow the link https://git-scm.com/downloads)
git --version
git clone https://github.com/ChainVerse-Team/screehavin-testnet.git
cd screehavin-testnet
Step 2: For Linux and MacOS users, you can execute this command:
sudo apt update
sudo apt install make
make -version
For Windows users, please follow the instructions in the link https://www.technewstoday.com/install-and-use-make-in-windows/ (we recommend using the chocolatey method)
Step 3: Choose the operating system that is compatible with your computer
make data-dir-macOS
or make data-dir-linux
or make data-dir-windows
Step 4: Create .env
file in screehavin-testnet folder
For example: In Windows
C :\users\ <PC_name> \screehavin-testnet
STAKING_CONTRACT=0x0000000000000000000000000000000000001001
JSONRPC_URL=http://103.138.113.121:8545/
Step 5:
you find validator.key
file in data-dir/consensus
.
(do not reveal your private key to anyone)
Step 6: make run-macOS
or make run-windows
or make run-linux
(choose the operating system that is compatible with your computer)
Step 7: Contact us to request tokens
Email: hello@chainverse.org
Step 8: make batch-staking
or you can call directly from https://explorer.screehavin.com/
(VALIDATOR_THRESHOLD = 500000 SCREE)