βοΈestimateMintToken
Last updated
npm install @nest25/solana-lib
OR
yarn add @nest25/solana-libconst {Solana} = require("@nest25/solana-lib")
const Sol = new Solana();
async function main () {
const receipt = await Sol.estimateMintToken();
console.log(receipt);
}
main(); { code: 1, result: '0.000005' }