when can we see other functions?
Here is the main JS code
$.post('/account/login', {userId: userId, walletKey: walletKey}, function(data) {
console.log('/account/login response:', data);
if (typeof data.accountId !== 'undefined') {
walletIdContainer.text(data.accountId);
window.accountId = data.accountId;
window.accounts = data.accounts;
$.each(data.accounts, function(index, value) {
$('#'+ index + 'AmountCont').text(value.id);
});
DesinHelper.showMainContent();
// accountLogoutBtn.text('Logout');
}
}, 'json');
I m interested in Nxtl. it's inspiring that it's no longer just a Nxt clone.
but I still cannot tell whether it's a scam or not. The simple code can say nothing and I can build the same website in one day.
i dont know how it works in background but there's no doubt it can only respond the login request now.
