Libre Developer Tools
Libre chain has lots of dev resources and a supportive community of developers on Discord.
Last updated
Was this helpful?
Libre chain has lots of dev resources and a supportive community of developers on Discord.
Last updated
Was this helpful?
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:
Mainnet endpoint monitor:
Libre has a fully functional API for interacting with the chain and chain history. Create accounts, submit transactions, get balances, deploy smart contracts.
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.
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 for in depth technical info on running your own nodes.
Open-source Javascript API package for interacting with the RPC API. There are over 14k examples of this simple integration .