@moongate/wallet-wrapper-sdk
v0.0.75
Published
Please take a look at docs.moongate.one as to how to integrate this modal. This is an open-source repo that anyone can contribute to, if you have any suggestions, submit a PR and the team will review.
Downloads
1
Readme
MoonGate Wrapper SDK
Please take a look at docs.moongate.one as to how to integrate this modal. This is an open-source repo that anyone can contribute to, if you have any suggestions, submit a PR and the team will review.
How to build?
Install dependencies using npm
npm install
In the main folder - to hot rebuild the modal
npm run watch
Run the link command in the main folder
npm link
Then navigate to the example folder and run
npm link @moongate/wallet-wrapper-sdk
To test out changes of how it'd look like, go into the example folder and install dependencies
npm install
Start the React app using
npm run start