Introduction
Less than 1 minute
Introduction
Nosana Programs are built using the Solana Programming Model, with the help of the Anchor Framework.
We use Anchor to build Solana Programs. It takes care of things like the (de)serialization of Solana Account and instruction data. It also handles certain security checks. For example, it allows us to define additional checks on account data, and keep them separate from the Nosana Network accounts and instruction logic.
Our open source GitHub Repository has all the Nosana programs.
Get started
To get yourself ready with rust
, solana
, and anchor
, we recommend Anchor's installation guide.
Happy coding!