nos / create-nos-dapp

CLI tool to generate a new nOS dApp
53 stars 35 forks source link

feat(api): externalize api bindings #6

Closed jeroenptrs closed 6 years ago

jeroenptrs commented 6 years ago

Moved API bindings to separate NPM package, this is now imported and in use.

Description

Motivation and Context

To make sure the functions aren't only usable in a React context, but can also be used in any other framework and Vanilla JS

How Has This Been Tested?

All actions are still functional, but externalized

Screenshots (if appropriate)

Not needed.

Types of changes

Checklist

Closing issues

Fixes #

jeroenptrs commented 6 years ago

Will open up the api-functions repo when docs are added 😂