diff --git a/docs/using-platform/15_dev-tools/15_dev-tools.md b/docs/using-platform/15_dev-tools/15_dev-tools.md index e0fa41c9..cb48ecf2 100644 --- a/docs/using-platform/15_dev-tools/15_dev-tools.md +++ b/docs/using-platform/15_dev-tools/15_dev-tools.md @@ -12,8 +12,12 @@ To make development easier, we offer Development tools. These tools are designed We offer the following tools: -### Code studio +## Code studio The Code studio is an Integrated Development Environment (IDE). Currently, we offer the following types of Code studio: - [Smart contract sets](./0_code-studio/1_smart-contract-sets/1_smart-contract-sets.md) - This is an IDE you can launch with a pre-built smart contract template. You can choose a template from our open-source [template library](./0_code-studio/1_smart-contract-sets/2_smart-contract-templates.md). + +## SDK + +The [SDK](./1_SDK.md) is a powerful toolkit designed to streamline blockchain integration into modern applications. diff --git a/docs/using-platform/15_dev-tools/1_SDK.md b/docs/using-platform/15_dev-tools/1_SDK.md new file mode 100644 index 00000000..2246ff8f --- /dev/null +++ b/docs/using-platform/15_dev-tools/1_SDK.md @@ -0,0 +1,21 @@ +--- +title: SDK +description: SDK introduction +sidebar_position: 1 +--- + +# SDK + +The SettleMint SDK is a powerful toolkit designed to streamline blockchain integration into modern applications. It offers: + +- **Comprehensive Integration**: A complete suite of tools for interacting with SettleMint's blockchain platform services +- **Modular Architecture**: Specialized packages for different functionalities including interacting with platform services (Smart Contracts, [Smart Contract Portal Middleware](../7_middleware.md), [The Graph Middleware](../7_middleware.md), [IPFS](../11_storage.md), [MinIO](../11_storage.md), [Blockchain Explorer](../10_insights.md), etc.) +- **Developer Experience**: Rich development tools, CLI capabilities, and extensive documentation +- **Enterprise Ready**: Production-grade components with support for Next.js, GraphQL, and other enterprise technologies +- **Type Safety**: Full TypeScript support across all packages with strong typing and modern development patterns + +The SDK simplifies blockchain development by providing pre-built components, utilities, and integrations while maintaining high standards for type safety, performance, and developer experience. + +Visit the [SDK GitHub repository](https://github.com/settlemint/settlemint-sdk) for more information. + +The SettleMint SDK is open source and released under the [FSL Software License](https://github.com/settlemint/sdk/blob/main/LICENSE). \ No newline at end of file