@tokend/js-sdk

1.16.0-rc.1 • Public • Published

TokenD JS SDK

Overview

TokenD JS SDK is a client-side Javascript library for TokenD tokenization platform.

Changelog

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

Getting Started

  1. Add TokenD SDK to your project:

    npm install -S @tokend/js-sdk
  2. Create an SDK instance:

    import { TokenD } from '@tokend/js-sdk'
    
    let sdk = await TokenD.create('https://backend.tokend.com')
  3. Grab your TokenD wallet:

    let wallet = await sdk.api.wallets.get('my@email.com', '<my password>')
    sdk.useWallet(wallet)
  4. Read the docs and tokenize your assets!

Development

Check out our Development Guide.

Known issues

You have to add @babel/runtime-corejs2@^7.2.0 into your project due to a bug in one of SDK’s dependencies.

License

tokend-js-sdk is licensed under an Apache-2.0 license.

Readme

Keywords

Package Sidebar

Install

npm i @tokend/js-sdk

Weekly Downloads

187

Version

1.16.0-rc.1

License

Apache-2.0

Unpacked Size

9.54 MB

Total Files

352

Last publish

Collaborators

  • lukachi
  • artsuslov
  • napalmpapalam
  • volendi