Web SDK
  • Home
  • Overview
  • Getting started
  • References
    • Authentication
    • Account
      • Users
    • Notifications
    • Bookmark
    • 2FA
    • Collection
    • Connection filters
    • Feed
    • File Upload
    • Invite
    • Messaging
    • Payment
    • Reviews
    • Search
    • Verification
      • Supported document type
      • List of expected ISO countries
    • Wallet
      • Withdrawal
  • Tutorial
  • Web API
Powered by GitBook
On this page
  • Prerequisites
  • Procedure
  • Create your project

Tutorial

Explore our example project which effectively demonstrates the practical application of our SDK:

PreviousWithdrawal

Last updated 11 months ago

Basic implementation of PAKT SDK

Prerequisites

Make sure that you have:

  • A pakt. world account. If you do not have an account, for free

  • A deployed and activated Chainsite

  • Git installed on your computer

  • A client access token copied from the pakt.world command centre

For reference, see the

Procedure

Create your project

1. Create the project folders and files, as in the following example:

You should know how to build projects using before attempting this tutorial

├── app
     |—— services
         |—- account.ts
         |—- auth.ts

Install pakt-sdk check the installation guide on

https://github.com/Jendorski/PAKT-SDK-Sample
sign up
Github sample repository
Nodejs
Getting Started