Skip to content

Instantly share code, notes, and snippets.

View 0xquantech's full-sized avatar

Q 0xquantech

View GitHub Profile
@0xquantech
0xquantech / isomorphic-e2e.txt
Last active October 13, 2023 12:31
e2e test result of isomorphic-fetch
console.log
axios: getAccount = {
sequence_number: '0',
authentication_key: '0x0000000000000000000000000000000000000000000000000000000000000001',
__headers: {
'content-type': 'application/json; charset=utf-8',
'x-aptos-chain-id': '2',
'x-aptos-ledger-version': '713151246',
'x-aptos-ledger-oldest-version': '0',
'x-aptos-ledger-timestampusec': '1697200145423150',
@0xquantech
0xquantech / snippets.js
Created November 15, 2021 19:45 — forked from beautyfree/snippets.js
Solana Web3 Snippets
import {
Account,
clusterApiUrl,
Connection,
PublicKey,
sendAndConfirmTransaction,
SystemProgram,
Transaction,
} from '@solana/web3.js';