Libre Developer Tools
Libre chain has lots of dev resources and a supportive community of developers on Discord.
https://www.libre.org/ecosystem 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:
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:

Antelope Tools network monitor real-time infrastructure data for multiple Antelope and EOSIO chains.
Dashboard
Libre Mainnet Endpoint Monitoring
Libre has a fully functional API for interacting with the chain and chain history. Create accounts, submit transactions, get balances, deploy smart contracts.

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

npm: eosjs
npm
EOSJS Signing API for mobile and web integrations
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 modified 1mo ago