to use StarSwap:
- click on the library tab and navigate through the numbered catalog
- make a post using the number associated with the photocard you're trading/selling.
e.g. i want to sell pc #0000 so in my social media post I will use the hashtag "#0000wtt" so traders find my post efficiently!
bringing together global pc traders
Bubble Cursor // 1 || Math.abs(y - oy) > 1) { ox = x; oy = y; for (var c = 0; c < bubbles; c++) { if (!bubby[c]) { bubb[c].left = (bubbx[c] = x) + "px"; bubb[c].top = (bubby[c] = y - 3) + "px"; bubb[c].width = "3px"; bubb[c].height = "3px"; bubb[c].visibility = "visible"; bubbs[c] = 3; break; } } } for (var c = 0; c < bubbles; c++) { if (bubby[c]) update_bubb(c); } setTimeout(bubble, 40); } document.onmousedown = splash; document.onmouseup = function() { clearTimeout(sploosh); }; function splash() { ox = -1; oy = -1; sploosh = setTimeout(splash, 100); } function update_bubb(i) { if (bubby[i]) { bubby[i] -= bubbs[i] / 2 + i % 2; bubbx[i] += (i % 5 - 2) / 5; if (bubby[i] > sdown && bubbx[i] > sleft && bubbx[i] < sleft + swide + bubbs[i]) { if (Math.random() < bubbs[i] / shigh * 2 && bubbs[i]++ < 8) { bubb[i].width = bubbs[i] + "px"; bubb[i].height = bubbs[i] + "px"; } bubb[i].top = bubby[i] + "px"; bubb[i].left = bubbx[i] + "px"; } else { bubb[i].visibility = "hidden"; bubby[i] = 0; } } } document.onmousemove = function(e) { y = (e || window.event).pageY; x = (e || window.event).pageX; }; window.onresize = set_width; function set_width() { swide = window.innerWidth; shigh = window.innerHeight; } window.onscroll = set_scroll; function set_scroll() { sdown = window.pageYOffset || document.documentElement.scrollTop || document.body.scrollTop || 0; sleft = window.pageXOffset || document.documentElement.scrollLeft || document.body.scrollLeft || 0; } function createDiv(height, width) { var div = document.createElement("div"); div.style.position = "absolute"; div.style.height = height; div.style.width = width; div.style.overflow = "hidden"; div.style.backgroundColor = "transparent"; return div; } // ]]>