Triangle OS Documentation
Comprehensive guides and references for Triangle OS blockchain browser and ecosystem
Getting Started
New to Triangle OS? Start here
API Reference
Detailed API documentation
Tutorials
Step-by-step guides
CLI Tools
Command line interface docs
Blockchain Browser Documentation
Triangle OS SDK
Build applications on top of Triangle OS with our comprehensive Software Development Kit.
Available for JavaScript, Python, Go, and Rust, our SDK provides everything you need to integrate with the Triangle OS ecosystem.
// Example: Fetch the latest block
import { TriangleOS } from 'triangleos-sdk';
const triangle = new TriangleOS({
apiKey: 'YOUR_API_KEY'
});
async function getLatestBlock() {
const block = await triangle.blocks.getLatest();
console.log(block);
}
getLatestBlock();
Need Help?
Join our community or reach out to our support team for assistance.