Skip to content

Developers FAQ

How do I build Aephoron from source?

Clone projects/Aephoron_browser, install Rust ≥ 1.88, then:

bash
cd aephoron-main
./mach build --release
./mach run aephoron-desktop

What are the three pillars?

Aephoron (browser UI), Kinetoor (Servo fork engine), Loogo (search). All live in the same monorepo.

How do dApps connect?

Via window.aephoron and the embedded Eoonia wallet — see Web3 & Wallet.

Where is the testnet RPC?

https://rpc.testnet.empooriochain.org (chain ID 9911). Explorer: empooscan.com.

How do I contribute?

Open a PR on github.com/empoorio/aephoron. Start with aephoron-desktop UI or WPT fixes in Kinetoor.

More help