From d386f47de700fa446dd36fbe2539c98f0f35db5f Mon Sep 17 00:00:00 2001 From: michaelessiet Date: Thu, 26 Dec 2024 19:11:54 +0100 Subject: [PATCH] docs: add examples directory and readme --- examples/README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 examples/README.md diff --git a/examples/README.md b/examples/README.md new file mode 100644 index 0000000..5af4c81 --- /dev/null +++ b/examples/README.md @@ -0,0 +1,6 @@ +# Solana Agent Kit Examples + +This directory only contains this README file which is a collection of examples and projects built using the Solana Agent Kit, built by the Solana Agent Kit team and the community. + +## Starter Templates +- [SolanaAgentKit + 🦜️🔗 LangChain + Next.js Starter Template](https://github.com/michaelessiet/solana-agent-nextjs-starter-langchain)