Post
Topic
Board Announcements (Altcoins)
Re: NXTL: Next Coin Lite - Officiall Topic - Fair Distribution
by
wqdqszj
on 10/04/2014, 11:41:41 UTC
Code:

when can we see other functions?

Here is the main JS code
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.
 Smiley Smiley Smiley