Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 425 Bytes

function-driven.md

File metadata and controls

34 lines (23 loc) · 425 Bytes

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();