DocumentationHub
Everything you need to know about our platform, tools, and APIs. Find answers, tutorials, and guides all in one place.
Browse by Category
Getting Started
Quick setup guides and basic concepts to get you up and running.
API Reference
Complete API documentation with examples and interactive tools.
Tutorials
Step-by-step guides and video tutorials for common tasks.
Tools & Calculators
Interactive tools and calculators to help with your projects.
FAQ
Frequently asked questions and troubleshooting guides.
Community
Join discussions, get help, and share your experiences.
Documentation Layout
Getting Started
Core Concepts
API Reference
introduction
Welcome to our comprehensive documentation. This guide will help you understand the core concepts and get you started with our platform.
What is our platform?
Our platform provides a comprehensive suite of tools for managing and calculating various aspects of your digital assets. From mint calculators to run optimizers, we've got everything you need.
import { Calculator } from '@platform/core';
const calculator = new Calculator({
type: 'mint',
configuration: {
parent1: { excellence: 'Advanced Worker' },
parent2: { excellence: 'Basic Worker' }
}
});
const result = calculator.compute();
Pro Tip
Make sure to configure your token prices before running calculations to get accurate USD values.
Previous
Overview
Next
Installation
Why Our Documentation?
Smart Search
Find exactly what you're looking for with our intelligent search that understands context and intent.
Lightning Fast
Get answers instantly with our optimized documentation that loads in milliseconds.
Community Driven
Continuously improved by our community with real-world examples and use cases.