Focus mode
In the fundamentals part, we have mentioned that there are 3 ways to develop a program in Solana:
We will start developing our programs using the existing libraries, which is the easiest way to get started. With what we will learn step by step, we will be able to write code from scratch. Throughout this course, our development process will proceed as follows:
Let's remember Token Standard
Since most of the libraries are based on Token Standard, it is important to remember them. Token standarts are ready-made codes written for the safe and effective use of tokens and program libraries are prepared to use these standards easily in various fields.
If you want to remember deeply, you can take a quick look at token standart types here: https://docs.metaplex.com/programs/token-metadata/token-standard
Let's remember SPL
As we mentioned in the second part, SPL is Solana's standard program library. Now it's time to use this library to start development our first programs. After remembering this library’s features, we will generate our SPL Token using the SPL library in the following section.
There are ready-made templates for many programs such as fungible token, non-fungible token, staking, swap, and landing.
You can find further information about programs in here: https://spl.solana.com/
Programs to Accelerate Your Progress in a Software Career
Join our 4-8 month intensive Patika+ bootcamps, start with the fundamentals and gain comprehensive knowledge to kickstart your software career!
You need to enroll in the course to be able to comment!