Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion docs/using-platform/15_dev-tools/15_dev-tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
21 changes: 21 additions & 0 deletions docs/using-platform/15_dev-tools/1_SDK.md
Original file line number Diff line number Diff line change
@@ -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).