From 803027260d23ea73ff7f8e648d09a2b66ae394ce Mon Sep 17 00:00:00 2001 From: Ukeje Goodness Date: Thu, 17 Oct 2024 02:51:23 -0700 Subject: [PATCH] details on the Scallop Sui Kit sdk_sui_kit_scallop.md --- details/sdk_sui_kit_scallop.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 details/sdk_sui_kit_scallop.md diff --git a/details/sdk_sui_kit_scallop.md b/details/sdk_sui_kit_scallop.md new file mode 100644 index 0000000..10e82cf --- /dev/null +++ b/details/sdk_sui_kit_scallop.md @@ -0,0 +1,22 @@ +# Sui Kit (by [Scallop](github.com/scallop-io/sui-kit)) + +## Tooling Category + +- [ ] dApp Development +- [ ] Explorer +- [ ] IDE +- [ ] Indexer +- [ ] Oracle +- [x] SDK + +## Description + +TypeScript Client Kit SDK for Sui blockchain + +## Features + +- Transfer SUI, Custom Coin, and objects. +- Move call functionality. +- Programmable transaction support. +- Query on-chain data. +- HD wallet with multi-account management.