Explore comprehensive guides and documentation for our blockchain platform.
Begin your journey with the blockchain platform with these user guides.
Learn how to use the core features of our platform.
Explore the various applications available on our platform.
Find solutions to common issues and get help.
Get up and running with our platform in just a few steps.
Set up your blockchain identity using your wallet.
Complete your profile and set your preferences.
Download our mining app and begin earning rewards for participating in the network.
Discover all the features our platform offers to users.
Get up and running with our platform in under 10 minutes with this comprehensive quick start guide.
Read Guide// Initialize the blockchain client
const client = new BlockchainPlatform.Client({
apiKey: "YOUR_API_KEY",
network: "mainnet"
});
// Create a decentralized identity
const identity = await client.identity.create({
walletAddress: "0x71C7656EC7ab88b098defB751B7401B5f6d8976F",
profileType: "identity"
});
// Check reputation points
const rps = await client.identity.getReputationPoints(identity.id);
console.log(`Current reputation: ${rps.total}`);
// Start mining process
const miner = new BlockchainPlatform.Miner({
identity: identity.id,
mode: "eco"
});
miner.on("share", (data) => {
console.log(`Found share with difficulty: ${data.difficulty}`);
});
await miner.start();
Essential guides to help you begin your journey with our blockchain platform.
Read GuideDownload our complete SDK package for easy integration with your applications.
Download SDKDownload our optimized mining client for desktop to start earning rewards.
Download ClientDownload our complete documentation in PDF format for offline reference.
Download PDF