Skip to content

IRK600/master-solana

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

60-days-of-solana

My attempt at learning Solana program (smart contract)

Originally, I was trying to create a single anchor project and add the daily exercises under programs (programs/day_1, programs/day_2, programs/day_x), but this made following along with the tutorial harder (longer running tests, Anchor not supporting deployment/testing of individual programs out of the box).

Directory

Setup

For the initial setup of dependencies required for Solana program development, follow the day 1 tutorial.

Then for creating a new Anchor project:

  1. Initialize a project: anchor init day_x
  2. Go to folder: cd day_x
  3. Remove git repository: rm -rf .git (since 60-days-of-solana is the main git repository)
  4. Follow the tutorial for each day

Troubleshooting

Here is a list of common issues that I've encountered while going through the tutorials and how to resolve them.

References

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors