/steemConnect-v2-ts

Typescript definitions for https://github.com/steemit/sc2-sdk

Primary LanguageTypeScriptMIT LicenseMIT

SteemConnect V2 - Typescript Definitions

This is a wrapper of the SteemConnect V2 SDK that is able to run smoothly in Typescript thanks to the typings definitions written in the project.

By using these definitions in a Typescript project, you can get the following benefits:

  • Get the documentation for each of the methods
  • Use the correct datatype in the methods
  • Autocompletation of code.

Example


Screen Shot 2018-01-15 at 1.32.18 AM.png

As shown in the image above, you can see all the methods available in the SDK.

Screen Shot 2018-01-15 at 1.49.17 AM.png

And you get the benefit to check what are the parameters and datatype for any method. Also, you get a brief definition of what the method does.

How to contribute


  1. Fork the following repo https://github.com/jayserdny/steemConnect-v2-ts
  2. Checkout a branch into your repo
  3. Commit the changes you did to your branch
  4. Make a pull request in my repo.