@mustafair/reputation-sdk
Version:
Official SDK for integrating CARV ID authentication and MustaFair reputation systems into decentralized applications
22 lines (17 loc) • 1.66 kB
JavaScript
import chalk from 'chalk';
const art = chalk.cyan(`
╔═══════════════════════════════════════════════════════════════════════════════════════╗
║ ║
║ /$$ /$$ /$$ /$$$$$$ /$$ ║
║ | $$$ /$$$ | $$ /$$__ $$ |__/ ║
║ | $$$$ /$$$$ /$$ /$$ /$$$$$$$ /$$$$$$ /$$$$$$ | $$ \\__//$$$$$$ /$$ /$$$$$$ ║
║ | $$ $$/$$ $$| $$ | $$ /$$_____/|_ $$_/ |____ $$| $$$$ |____ $$| $$ /$$__ $$ ║
║ | $$ $$$| $$| $$ | $$| $$$$$$ | $$ /$$$$$$$| $$_/ /$$$$$$$| $$| $$ \\__/ ║
║ | $$\\ $ | $$| $$ | $$ \\____ $$ | $$ /$$ /$$__ $$| $$ /$$__ $$| $$| $$ ║
║ | $$ \\/ | $$| $$$$$$/ /$$$$$$$/ | $$$$/| $$$$$$$| $$ | $$$$$$$| $$| $$ ║
║ |__/ |__/ \\______/ |_______/ \\___/ \\_______/|__/ \\_______/|__/|__/ ║
║ ║
╚═══════════════════════════════════════════════════════════════════════════════════════╝
`);
console.log(art);
console.log(chalk.yellow(`Check out the documentation at https://musta-fair.vercel.app/docs/sdk`));