Shuttle is an open-source npm package designed to turn wallet connections into a plug-and-play Lego brick for Cosmos dApps.
You can check out the documentation for more information.
Package | Version | Size |
---|---|---|
@delphi-labs/shuttle |
||
@delphi-labs/shuttle-react |
||
@delphi-labs/shuttle-vue |
npm install @delphi-labs/shuttle
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:
- @delphi-labs/shuttle-react
- @delphi-labs/shuttle-vue
pnpm install
pnpm run build --filter="@delphi-labs/*"
pnpm run dev
pnpm run test
pnpm run prettier
pnpm run lint
pnpm publish