Transacting
Using the Public Mint blockchain
Creating a wallet
const web3 = new PublicMint(2019) // test network
const {
wallet
} = web3.pm
// Add first account
// 0x4389Af2E0515dDFe3453B1bD748aDfD5e2598cFd
const walletAccountPrivateKey1 = "0xba6cdfcc795484a9774eb98e756983da822ef3481b37d4ba649864e2d1ab4e5e";
wallet.add(walletAccountPrivateKey1);
Looking up your balance
Sending Funds
More transactions
Last updated