Code Setup

Setting up the Panel on your app is as easy and installing a font.

The code for the Panel is hosted at the following URL:

https://reward.npayme.io/panel.js

Install

Add the following snippet to your website's <head> tag.

<script
    type="module"
    async
    src="https://reward.npayme.io/panel.js"
></script>

This is all that you need to do. Simple, isn't it? 😉

Last updated