mirror of
https://github.com/versia-pub/docs.git
synced 2025-12-06 22:38:19 +01:00
18 lines
494 B
Plaintext
18 lines
494 B
Plaintext
import { Libraries } from '@/components/Libraries'
|
|
|
|
export const metadata = {
|
|
title: 'Lysand SDKs',
|
|
description:
|
|
'Lysand 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 />
|