Skip to content

This repo contains files setup, contracts, storage, scripts, and documentation about Devnet Fene Network.

License

Notifications You must be signed in to change notification settings

fenelabs/dpos-devnet

Repository files navigation

Fene Network

Fene Network is a public EVM-based blockchain designed to deliver a stable, fast, and flexible ecosystem.
This documentation covers node configuration, pre-genesis setup, deployment, and node running instructions.


📁 Documentation Structure

Environment Preparation

Ensure you have installed:

  • Go (latest stable version recommended)
  • Git
  • Build-essential (Linux) / Visual Studio Build Tools (Windows)
  • Docker (optional for quick testing)

Clone Source Code

git clone https://github.com/fenelabs/fene-node.git
cd fenelabs

Running the Node

tmux new-session -s validator
bash /root/fenelabs/validator.sh
exit Ctrl + B Then D

Join Staking

Before Joining as a Staker Validator you must have FENE tokens with a minimum of 10K Tokens

bash /root/fenelabs/create-val.sh

Query Whitelist Validator

fened validator.activated.query --node http://localhost:8545

Useful Commands

Check sync status:

curl -X POST --data '{"jsonrpc":"2.0","method":"eth_syncing","params":[],"id":1}' http://localhost:8545

Check block number:

curl -X POST --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}' http://localhost:8545

Troubleshooting

Issue Common Cause Solution
Failed to build Incorrect Go version Use the latest stable Go version (1.20+ recommended)
Node not starting Port conflict or wrong configuration Ensure ports 8545, 8546, and 30303 are available
Block not progressing Validator not running properly Check logs and make sure the validator wallet is unlocked

License

This project is licensed under the MIT License.


🚀 Powered by Fene Network Team

About

This repo contains files setup, contracts, storage, scripts, and documentation about Devnet Fene Network.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages