From bccba7b2a013e81d947a3d586c32c2ea9644173c Mon Sep 17 00:00:00 2001 From: ARYAN <48391385+thearyanag@users.noreply.github.com> Date: Tue, 24 Dec 2024 16:30:21 +0530 Subject: [PATCH] Create CITATION.cff --- CITATION.cff | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 CITATION.cff diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 0000000..cd3916a --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,14 @@ +cff-version: 1.2.0 +message: "If you use this software, please cite it as below." +title: "Solana Agent Kit by SendAI" +version: 1.2.0 +url: "https://github.com/sendaifun/solana-agent-kit" +type: software +repository-code: "https://github.com/sendaifun/solana-agent-kit" +keywords: + - solana + - blockchain + - web3 + - agent + - toolkit +license: Apache-2.0