Ethereum Layer 2 on Nervos Network
Godwoken is an EVM‑compatible Layer 2 built on Nervos, enabling scalable Ethereum applications with low fees and fast execution.
EVM Compatible
Deploy Ethereum smart contracts seamlessly.
Low Fees
Optimized for affordable Layer 2 transactions.
Fast
Quick finality ensures smooth UX.
Interoperable
Connects Ethereum with Nervos ecosystem.
Real‑Time Godwoken Network Data
INPUT
const options = {method: 'GET', headers: {accept: 'application/json'}}; fetch('https://api.uniblock.dev/uni/v1/market-data/price?symbol=GWK', options) .then(r=>r.json()).then(r=>console.log(r)).catch(e=>console.error(e));
OUTPUT
{"GWK": {"btc":0.00000321,"eth":0.000089,"usd":0.56}}