📘
Solaris Docs
Developer Hub
Developer Hub
  • Introduction
    • Build on Solaris
    • Page 1
  • Partner Badge
    • Solaris Partner Badges
      • Solaris Partner Badge Documentation
Powered by GitBook
On this page
  1. Partner Badge

Solaris Partner Badges

Show your participation on the network and your commitment to our shared mission for a decentralized economy.

PreviousPage 1

Last updated 10 months ago

Display the official Solaris partner badge on your channels to highlight your commitment and contributions to our shared mission. This will show your community the breadth of your partnerships and the solid foundation of your project. Simply follow the guidelines below to implement a partner badge and tailor it to your needs.

<!-- Solaris Partner Badge -->
<div id="s__badge"></div>
<script src="//badge.solaris.zone/spb.js" charset="utf-8"></script>
<script>
const _bcfg = {
	_partner_id: 'partner-id',	// Unique partner identifier.
	_syle: 'micro',          	// Badge style: eg. 'micro', 'small', 'sticker'.
	_theme: 'default',		// Badge theme: eg. 'default'.
	_darkmode: 'system',      	// Darkmode behavior.
	_container: 'cn__badge'   	// ID of the div container where the badge will render.
};
(function(){new sbadge(_bcfg);})();
</script>
<!-- /Solaris Partner Badge -->

Read the full documentation

https://badge.castar.networkbadge.castar.network
Learn how to implement your partner badge