Skip to content

metaDAOproject/memos

Repository files navigation

memos

A minimal Anchor program that stores text memos in PDA accounts. Each store_memo call writes a new Memo account at ["memo", count], bumps the MemoCounter at ["counter"], and emits a MemoStored event via self-CPI (emit_cpi!).

Prerequisites

Build

anchor build

Test

anchor test

This spins up a local validator, deploys the program, and runs the TypeScript test suite in tests/memos.ts.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors