feat(stablecoin): initial stablecoin scaffold

closes #86
This commit is contained in:
Andrea Franz
2026-05-11 16:53:04 +02:00
committed by r4bbit
parent 6eed55d7e4
commit 4178406fda
14 changed files with 155 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
{
"version": "0.1.0",
"name": "stablecoin",
"instructions": [
{
"name": "noop",
"accounts": [
{
"name": "account",
"writable": false,
"signer": false,
"init": false
}
],
"args": []
}
],
"instruction_type": "stablecoin_core::Instruction"
}