shuttle-sidney
v1.1.5
Published
Shuttle is open-source npm package designed to turn wallet connections into a plug-and-play Lego brick for Cosmos Dapps.
Maintainers
Readme
Shuttle-Sidney
Shuttle is an open-source npm package designed to turn wallet connections into a plug-and-play Lego brick for Cosmos dApps.
How to get started
Install
npm install shuttle-sidneyUse
This is the core package of Shuttle, contains all the raw logic for connecting to wallets. If you want to use Shuttle in your dApp, you should use one of the framework-specific packages:
- shuttle-react
- shuttle-vue
How to develop
Install
pnpm installLocal dev
pnpm run devTest
pnpm run testPrettier
pnpm run prettierLint
pnpm run lintPublish
pnpm publish