opencodeiiita / SolMintNFT

A Solana blockchain based generative NFT marketplace.
MIT License
6 stars 21 forks source link

Complete the invoke instruction #28

Closed Srijan-crypto closed 1 year ago

Srijan-crypto commented 1 year ago

Complete the invoke instruction for mint_to and create_account in ../src/lib.rs .

Include all these for mint_to :
token_program_id , mint_pubkey , account_pubkey , owner_pubkey , signer_pubkeys , amount

And, Include all these for create_account : from_pubkey , to_pubkey , lamports , space , owner

Take the help of other completed invoke instructions !

anshgeez31 commented 1 year ago

Claim

Tan-Code-may commented 1 year ago

Go ahead @anshgeez31

Srijan-crypto commented 1 year ago

@anshgeez31 you have 4 hours left to complete this issue.

anshgeez31 commented 1 year ago

@Srijan-crypto I need more time for corrections

Srijan-crypto commented 1 year ago

OK @anshgeez31 you have till 12 midnight tomorrow. Try to complete it in time.