Introduction

Less than 1 minute

Introduction

Nosana Programs are built using the Solana Programming Modelopen in new window, with the help of the Anchor Frameworkopen in new window.

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 Repositoryopen in new window has all the Nosana programs.

Get started

To get yourself ready with rust, solana, and anchor, we recommend Anchor's installation guideopen in new window.

Happy coding!

Last update: