docs/app/sdks/page.mdx
2024-08-13 16:47:37 +02:00

18 lines
504 B
Plaintext

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