Complete integration guide for developers, asset issuers, and partners building on BTC Summer infrastructure
This guide provides comprehensive technical specifications for developers, asset issuers, and partners who want to integrate with the BTC Summer campaign infrastructure.
The Points API is currently in development. Specifications below are preliminary and subject to change. Contact the development team for current integration status.
The Points API will provide real-time access to campaign data, reward calculations, and user positions.Base URL: [API endpoint will be announced when available]Current Integration: Use standard Neutron RPC and smart contract queriesFuture API: Dedicated REST API planned for easier integration
// Common error scenariosconst handleCampaignErrors = (error) => { switch (error.type) { case 'BOOST_ADDRESS_MISMATCH': return 'Boost must point to address with deposits'; case 'INSUFFICIENT_NTRN': return 'Not enough NTRN for locking'; case 'CROSS_CHAIN_CONFLICT': return 'Multiple wallets detected, please use one'; default: return 'Unknown error occurred'; }};
This integration guide is actively maintained. For the latest API specifications and partnership opportunities, check the technical reference or contact the development team.