How to Get a Paymaster & Bundler endpoint on Base testnet (Sepolia) from CDP
0x66519FCAee1Ed65bc9e0aCc25cCD900668D3eD49
, add that to the contract allowlist and save the policy.Expand for images and click to enlarge
paymaster-tutorial
and initialize a project using npm.
viem
.curl -L https://foundry.paradigm.xyz | bash
c. Generate a new key pair: cast wallet new
.
d. Update your config.js
file with the private key and create the account.
example-app-abi.js
to store our NFT contract’s abi and address. You will have to update this to your smart contract’s ABI.
index.js