Skip to content

Instantly share code, notes, and snippets.

View ivanreif's full-sized avatar

Ivan Reif ivanreif

  • K3 Labs
  • Zürich, Switzerland 🇨🇭
  • X @ivan_reif
View GitHub Profile
@kctam
kctam / asa_checkBoth.js
Created December 18, 2020 05:49
Algorand ASA demo in JavaScript SDK
const algosdk=require('algosdk');
const server="https://testnet-algorand.api.purestake.io/ps2";
const port="";
const token={
"x-api-key": "mV *** BY" // fill in yours
};
var aliceAddress = '5SL7MUMPYFNDBHUD4L7J4LJRQCQWXQUD3RDK7SBGIDWPH3ZFK47BTH43HE'; // change to yours
var bobAddress = 'BDGUP3RKI3DJVM327B3R4SYT6PQUJBMDMQWHQICKSEQQT6PWCMNAYWEY4M'; // change to yours