Setup
Devnet
Glittr's Devnet has several endpoints API that enables you to send transactions & query status information from nodes. First register on https://dev.glittr.fi and get your API key there. Use the API key by putting it on Authorization header as bearer token, .e.g. Authorization: Bearer <your-api-key>.
Bitcoin RPC:
Glittr API:
Electrum & Wallet API (broadcast Bitcoin Tx, get UTXOs, etc):
Explorer:
Localnet
If you're looking to run your own local node, you can follow steps below:
Prerequisites:
Install Rust:
Install build-essential & clang:
Building & Running Glittr Node
Clone glittr-core repository:
Build the code:
Run you own local Bitcoin node:
Run Glittr Node:
You can update the node settings via settings.yaml file
Here's the default settings:
Testnet
Coming soon
Mainnet
Coming soon
Last updated