Skip to content

ChainVerse-Team/screehavin-testnet

Repository files navigation

screehavin_logo

Screehavin-Testnet

Screehavin is a customized blockchain protocol based on polygon edge.

Minimum System Requirements:

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

Overview 📝

Screehavin Explorer: http://explorer.screehavin.com/

Screenshot 2023-04-03 at 15 33 02

Demo: View nodes in blockchain


How to add screehavin on metamask

Step 1: Go to the network => Add Network


Step 2: Fill in these informations

Screenshot 2023-03-10 at 16 29 47

Name : screehavin testnet
RPC URL : http://103.138.113.121:8545
ChainID : 100 (default)
Currency Symbol: SCREE
Block explorer URL: http://explorer.screehavin.com/

🛠️ BlockChain Development Procedure

Deployment steps

Clone a repository into a new directory

Step 1: Open terminal on your PC

(if you haven't downloaded git, please follow the link https://git-scm.com/downloads)

git --version

image

git clone https://github.com/ChainVerse-Team/screehavin-testnet.git

telegram-cloud-photo-size-5-6161413019322661258-x

cd screehavin-testnet

telegram-cloud-photo-size-5-6161413019322661262-x


How to install the Make package on server

Step 2: For Linux and MacOS users, you can execute this command:

sudo apt update sudo apt install make make -version

telegram-cloud-photo-size-5-6161413019322661263-x

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)

Create a data directory

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

telegram-cloud-photo-size-5-6161413019322661264-y


Setting environment

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/

How to get private key in data-dir

Step 5:

Screenshot 2023-01-05 at 10 11 06

you find validator.key file in data-dir/consensus.

(do not reveal your private key to anyone)


Run server makefile (choose Linux, Windows, MacOS)

Step 6: make run-macOS or make run-windows or make run-linux

(choose the operating system that is compatible with your computer)


Request for testnet staking tokens

Step 7: Contact us to request tokens

Email: hello@chainverse.org


Become a validator

Step 8: make batch-staking or you can call directly from https://explorer.screehavin.com/

(VALIDATOR_THRESHOLD = 500000 SCREE)