Libre Developer Tools

Libre chain has lots of dev resources and a supportive community of developers on Discord.

Libre Ecosystem Page

https://chain.libre.org/apps has some open-source and mobile applications that show the power of integrating or building on Libre. To add your app, please join discord and let us know how you are using Libre.

You can find some open-source projects at the following repositories:

Smart Contracts, Scripts, (this Gitbook), and more:

DeFi Dashboard UI and API:

Other Tools and Scripts:

Libre API Endpoints

Most Libre validators run open-access API endpoints separately from their validator nodes. There are several types of nodes that provide different services - producer, full-history, hyperion, v1, v2, p2p. Check out Libre Chain Nodes for in depth technical info on running your own nodes.

Mainnet endpoint monitor:

Libre RPC API

Libre has a fully functional API for interacting with the chain and chain history. Create accounts, submit transactions, get balances, deploy smart contracts.

Javascript API

Open-source Javascript API package for interacting with the RPC API. There are over 14k examples of this simple integration available on Github.

Local Libre Testnet for Development

There is a very simple tool for setting up a local chain dev environment located here on Github.

Want to integrate Libre into your existing wallet? You can use the open-source Libre-Link and Libre-Link-Browser npm packages for authentication and execution of signing requests.

Last updated