canine-docs/docs/developers/1_intro.md

21 lines
502 B
Markdown
Raw Permalink Normal View History

2023-05-03 14:23:44 +00:00
---
2023-09-27 15:30:18 +00:00
sidebar_position: 1
2023-05-03 14:23:44 +00:00
---
2023-05-03 14:23:44 +00:00
# Getting Started
2023-05-21 15:35:18 +00:00
## Web-Apps
2023-08-11 15:01:09 +00:00
To get started building web apps that leverage Jackal, head over to
the [Jackal.js Quickstart](./dAppLibraries/3_jackal_js.md)
2023-05-03 14:23:44 +00:00
2023-08-11 15:01:09 +00:00
## Server-side
2023-05-03 14:23:44 +00:00
2023-08-11 15:01:09 +00:00
To get started building server-side apps that leverage Jackal, head over to
the [Jackal.nodejs Quickstart](./dAppLibraries/4_jackal_nodejs.md)
or [Jackalgo Quickstart](./dAppLibraries/5_jackal_go.md).
2023-05-03 14:23:44 +00:00
2023-08-11 15:01:09 +00:00
## APIs
2023-05-03 14:23:44 +00:00
2023-08-11 15:01:09 +00:00
To get started building using our APIs, check out [API Quickstart](./apis/2_apis.md).