Open nitingupta-123 opened 2 years ago
Hey @nitingupta-123, You can try it on the app which we created on the sandbox from here. If you want to try in your local machine, you should follow this steps.
npm install
in VanillaJS app directory with your terminalnpm start
and view it in your browser.When using it with vanilla JS, we are working on it to be able to use it in all projects as <script src="..../@perawallet/connect">
and we plan to publish it soon.
Thank you!
@yigiterdev Is there anyway to integrate PeraWallet
with Angular/plain JS?
I tried to https://github.com/perawallet/connect-examples/tree/main/VanillaJS in my local. but I couldn't as it uses npm package. How vanilla js can make use of npm packages?