Skip to content

Feather Integration

Shannon Duncan edited this page May 23, 2018 · 1 revision

🍰 Feather Client (aka Featherlite) Integration

The featherlite client is built to work with a running Glo light node. Either Featherlite can start this node for you, or you can have the node already started before Featherlite Starts.

If you are wanting to start a Glo node outside of featherlite for local development on say a 🔒 private network, then you will need to pass the additional commands to your Glo node.

--rpc --rpccorsdomain="*"

Featherlite will detect your Glo client running and use it for blockchain access.

Getting Feather Client

The full feather client can be found here: https://www.haloplatform.tech/downloads.html

Detection

Feather will first try to connect to a local node at port 8545, if it does not connect it will auto connect the mainnet remote RPC.