Skip to content

Instantly share code, notes, and snippets.

View aifengqi's full-sized avatar
🐱
SEEK

FengQi aifengqi

🐱
SEEK
View GitHub Profile
@aifengqi
aifengqi / blast_any_spin.js
Created November 23, 2023 15:59 — forked from ksaynice/blast_any_spin.js
Blast Airdrop Lucky/Twitter/Super Spin AUTO Scripts
const axios = {
get(url, { headers = {} }) {
return new Promise((resolve, reject) => {
const xhr = window.XMLHttpRequest
? new XMLHttpRequest()
: new ActiveXObject("Microsoft.XMLHTTP");
xhr.open("get", url);
xhr.withCredentials = true;
// Object.entries(headers).forEach(([key,value]) => xhr.setRequestHeader(key, value));
// A blockchain is a distributed database for an append-only sequence of records.
It works like a log: new records are appended over time and linked together,
similar to a linked list.
Class DataBlock {
getData();
setData();
getPre();
getNext();
package main
import "fmt"
func main() {
fmt.Println("Hello, World!")
}
package main
import (
"crypto/sha256"
"encoding/hex"
"encoding/json"
"io"
"log"
"net/http"
"os"