@bonuz/walletwick
v2.0.1
Published
A web3 wallet integration with multi-chain and multi-token support.
Downloads
3
Readme
WalletWick
A web3 wallet integration with multi-chain and multi-token support.
Setup
Set URL for your scoped packages.
For example package with name @bonuz/walletwick
will use this URL for download
npm config set @bonuz:registry https://code.bonuz.team/api/v4/packages/npm/
Add the token for the scoped packages URL. This will allow you to download @bonuz/
packages from private projects.
npm config set -- '//code.bonuz.team/api/v4/packages/npm/:_authToken' "<your_gitlab_access_token>"
Create React App
This project was bootstrapped with Create React App.