consequently
10 posts

consequently
@consequently
track wallets with python / C++ | guide on website CA :53g61h76AGEk8jg5tjbQhHgZZC6YmMCYmQKyt9gQpump
Beigetreten Ağustos 2024
3 Folgt10 Follower

const { Connection, PublicKey } = require('@solana/web3.js');
const connection = new Connection('api.mainnet-beta.solana.com');
const wallet = new PublicKey('YourWalletAddressHere');
connection.getBalance(wallet).then(balance => console.log('Balance:', balance / 1e9, 'SOL'));
English

from web3 import Web3
# Connect to an Ethereum node (Infura URL example)
infura_url = mainnet.cc
web3 = Web3(Web3.HTTPProvider(infura_url))
English
