docs/app/sdks/page.mdx

18 lines
504 B
Plaintext
Raw Normal View History

2024-07-22 11:49:47 +02:00
import { Libraries } from '@/components/Libraries'
export const metadata = {
title: 'Versia SDKs',
description:
2024-08-13 16:49:16 +02:00
'Versia offers well-written SDKs in various languages to help you create Versia applications with ease.',
2024-07-22 11:49:47 +02:00
}
export const sections = [
{ title: 'Official libraries', id: 'official-libraries' },
2024-07-22 11:49:47 +02:00
]
# Protocol SDKs
2024-08-13 16:49:16 +02:00
The Versia development team offers a well-written SDK in TypeScript to help you create Versia applications with ease. {{ className: 'lead' }}
2024-07-22 11:49:47 +02:00
<Libraries />