Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.08 KB

File metadata and controls

21 lines (16 loc) · 1.08 KB

Installation

We suggest starting with one of the example apps so:

- You have a working example
- You don't have to strive with node polyfills

However, if you can't, proceed with the manual installation below.

Manual Installation

{% hint style="warning" %} dApp-kit has been built on top of Connex, which will require crypto, buffer, http, https and some other node polyfills, check example app configuration files if you are stuck. Check also Node Polyfills page. {% endhint %}

  • React: in case your project uses React or React-compatible framework like Remix and Next

    check the React Documentation
  • Other Frameworks: in case your project is not using React, you can still use the dApp-kit with the Vanilla JS implementation

    check the Vanilla JS Documentation