Skip to content

DEEKSHITHASONTAM/Solana-Bootcamp-Final-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Solana-Bootcamp-Final-Project

Above is a NFT project for cryptographic puzzle . Intially we have a puzzle, and we will get an image once we have solved the puzzle and its description too . One can also request for hints if they dont get an idea!!!!

Solana NFT Project

Connect to Devnet

To connect to the Solana Devnet, use the following command:

solana config set --url devnet

Deploying a contract will require some tokens. Obtain Devnet tokens using the command:

solana airdrop 1

Deploy the Contract

After obtaining Devnet tokens, deploy the contract with the following command:

solana program deploy target/deploy/nft.so

now save the YOUR_PROGRAM_ID

Install Node Modules

Install the required node_modules dependencies by running:

yarn install

Additionally, install the @solana/spl-token package manually using:

yarn add @solana/spl-token

Test the NFT Contract

With the contract and frontend set up, test the NFT contract by executing the client:

npx ts-node app.ts <YOUR_PROGRAM_ID>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages