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