Install the Embarky React SDK using npm:
$ npm install @embarky/react
Both components can be imported directly from the SDK, like so:
import { EmbarkyProvider, useEmbarky } from '@embarky/react';
Last updated 9 months ago