diff --git a/oft.json b/oft.json new file mode 100644 index 0000000000..c86afb63c7 --- /dev/null +++ b/oft.json @@ -0,0 +1,53 @@ +{ + "version": "0.1.0", + "name": "oft", + "constants": [], + "instructions": [ + { + "name": "initialize", + "accounts": [ + { + "name": "owner", + "isMut": true, + "isSigner": true + }, + { + "name": "systemProgram", + "isMut": false, + "isSigner": false + } + ], + "args": [ + { + "name": "decimals", + "type": "u8" + }, + { + "name": "name", + "type": "string" + }, + { + "name": "symbol", + "type": "string" + } + ] + } + ], + "accounts": [ + { + "name": "Config", + "type": { + "kind": "struct", + "fields": [ + { + "name": "owner", + "type": "publicKey" + } + ] + } + } + ], + "metadata": { + "address": "oft1234567890123456789012345678901234567890" + } +} \ No newline at end of file