/anchor-examples

Visual code examples for anchor porgrams

Primary LanguageRust

Anchor examples

Visual examples of how to perform certain tasks in a solana anchor program

Tasks

  • How to get time: Clock
  • How to use Spl methods: Spl

This is a better implementation of what I was trying to do here : https://github.com/solana-developers/program-examples . I was not aware of it before I started this.