The user needs to follow a series of steps on the client platform to purchase crypto as given below:
Saber’s Hostel SDK can be integrated by following the below mentioned steps. The integration is done in two steps:
<aside> ❓ Note:
The steps to integrate are SDK are highlighted below:
The overall integration includes two major areas:
The user registration part contains the following steps:
To be able to make payments a user has to be first registered with Mudrex. To register a user on Mudrex you need to follow the steps:
var timestamp = Math.floor(Date.now() / 1000).toString();
var sigString = clientId + timeInSeconds;
var secret = CryptoJS.HmacSHA256(sigString, clientSecrect).toString().toUpperCase();