Function Driven
Solana Suite provides what you want to do on a function basis. It is easy for beginners because it can be achieved by calling a single function.
The usage is as follows
"Module Name"."Function Name"
Transfer SOL
SolNative.transfer();
Mint SPL-TOKEN
SplToken.mint();
Mint cNFT
CompressedNft.mint();
Find NFT
RegularNft.find();
Last updated