|
| 1 | +--- |
| 2 | +title: Introduction |
| 3 | +hide_title: false |
| 4 | +draft: false |
| 5 | +sidebar_label: Introduction |
| 6 | +sidebar_position: 0 |
| 7 | +sidebar_class_name: hide-sidebar-item |
| 8 | +tags: |
| 9 | + - introduction |
| 10 | + - getting started |
| 11 | + - quick startup |
| 12 | +keywords: |
| 13 | + - deriv |
| 14 | + - api |
| 15 | + - getting started |
| 16 | + - quick startup |
| 17 | +description: Getting started with Deriv API |
| 18 | +--- |
| 19 | + |
| 20 | +import RenderOfficialContents from '@site/src/components/RenderOfficialContents'; |
| 21 | + |
| 22 | +Our Documentation is divided in several sections: |
| 23 | + |
| 24 | +<RenderOfficialContents> |
| 25 | + <ul> |
| 26 | + <li><a href='category/core-concepts'>Core concepts</a></li> |
| 27 | + <li><a href='category/code-examples'>Code examples</a></li> |
| 28 | + <li><a href='category/languages'>Languages</a></li> |
| 29 | + <li><a href='category/guides'>Guides</a></li> |
| 30 | + <li><a href='setting-up-a-deriv-application'>Setting up a deriv app</a></li> |
| 31 | + </ul> |
| 32 | + <ul> |
| 33 | + <li><a href='category/code-examples'>Code examples</a></li> |
| 34 | + </ul> |
| 35 | +</RenderOfficialContents> |
| 36 | + |
| 37 | +<h3>Quick Start</h3> |
| 38 | + |
| 39 | +<RenderOfficialContents> |
| 40 | + <h4>Core Concepts</h4> |
| 41 | +</RenderOfficialContents> |
| 42 | + |
| 43 | +<RenderOfficialContents> |
| 44 | + <p>Have a look at the <a href='/docs/category/core-concepts'>Core concepts</a> pages and take your time to read through it. These concepts will help you get familiar with our WebSocket server api and how to use it more efficiently. They are not related to any of our frameworks or libraries.</p> |
| 45 | +</RenderOfficialContents> |
| 46 | + |
| 47 | +<RenderOfficialContents> |
| 48 | + <p>When you read through the <a href='/docs/category/core-concepts'>Core concepts</a> page, you can start choosing your implementation approach based on the language, framework or library you want to use in your application.</p> |
| 49 | +</RenderOfficialContents> |
| 50 | + |
| 51 | +<h4>Code Examples</h4> |
| 52 | + |
| 53 | +<p>If you want to know how you can implement our API within your code, then we suggest to have a look at our <a href='/docs/category/code-examples'>Code examples</a>. These code examples come in `CodeSandboxes`. This allows you to easily fork the code examples and experiment with them for personal use. For now we only have JavaScript code examples, but, we plan to add more examples that are created with different languages, frameworks and libraries in the near future.</p> |
| 54 | + |
| 55 | +<RenderOfficialContents> |
| 56 | + <h4>Languages</h4> |
| 57 | +</RenderOfficialContents> |
| 58 | + |
| 59 | +<RenderOfficialContents> |
| 60 | + <p>When using our code examples, we also suggest to have a look at our <a href='/docs/category/languages'>Languages</a> section. Here, we describe in detail how you can setup your personal project properly to make use of our API. This will surely come helpful when you try to integrate some of our code examples in your own project.</p> |
| 61 | +</RenderOfficialContents> |
| 62 | + |
| 63 | +<RenderOfficialContents> |
| 64 | + <h4>Guides</h4> |
| 65 | +</RenderOfficialContents> |
| 66 | + |
| 67 | +<RenderOfficialContents> |
| 68 | + <p>If you want to know for example how you can `monetize your application` or how to create a `secure way for users to log in` to your application, then we provide a handful of <a href='/docs/category/guides'>Guides</a> that can assist you with that.</p> |
| 69 | +</RenderOfficialContents> |
| 70 | + |
| 71 | +<RenderOfficialContents> |
| 72 | + <h4>Setting up a Deriv application</h4> |
| 73 | +</RenderOfficialContents> |
| 74 | + |
| 75 | +<RenderOfficialContents> |
| 76 | + <p>If you want to know more about the essentials that are needed to setup your own application, then have a look at the <a href='/docs/setting-up-a-deriv-application'>Setting up a Deriv application</a> section.</p> |
| 77 | +</RenderOfficialContents> |
0 commit comments