Initial commit from template

This commit is contained in:
StackClass
2025-12-29 11:40:44 +00:00
commit fc3913834d
9 changed files with 146 additions and 0 deletions

5
migrations/deploy.ts Normal file
View File

@@ -0,0 +1,5 @@
use anchor_lang::prelude::*;
pub fn deploy() -> Result<()> {
Ok(())
}