1.1.3 • Published 4 months ago

@builders-of-stuff/svelte-sui-wallet-adapter v1.1.3

Weekly downloads
-
License
-
Repository
github
Last release
4 months ago

Svelte Sui Wallet Adapter

A Sui wallet adapter for use with sveltekit and svelte 5.

Requires tailwindcss

Getting started

npm install @builders-of-stuff/svelte-sui-wallet-adapter
npx @svelte-add/tailwindcss@latest
npm install bits-ui
npm install svelte-radix
npx shadcn-svelte@latest init
// tailwind.css.ts

const config = {
...
content: [
	'./src/**/*.{html,js,svelte,ts}',
	'./node_modules/@builders-of-stuff/svelte-sui-wallet-adapter/**/*.{html,js,svelte,ts}'
],
...
}
// +page.svelte

<script lang="ts">
	import { ConnectButton, walletAdapter } from '@builders-of-stuff/svelte-sui-wallet-adapter';
</script>


<ConnectButton {walletAdapter} />

Current known issues

  • No local storage persistance
  • Switching wallets seems broken (must manually disconnect from app within wallet before connecting another account with same wallet — wallet thing?)

Developing

Once you've created a project and installed dependencies with npm install (or pnpm install or yarn), start a development server:

npm run dev

Everything inside src/lib is part of the library, everything inside src/routes can be used as a showcase or preview app.

1.1.3

4 months ago

1.1.2

4 months ago

1.1.1

4 months ago

1.1.0

6 months ago

1.0.0

7 months ago

0.7.6

8 months ago

0.6.7

8 months ago

0.7.5

8 months ago

0.6.6

8 months ago

0.6.9

8 months ago

0.7.7

8 months ago

0.6.8

8 months ago

0.6.10

8 months ago

0.6.12

8 months ago

0.6.11

8 months ago

0.6.13

8 months ago

0.3.0

9 months ago

0.7.2

8 months ago

0.6.3

8 months ago

0.7.1

8 months ago

0.6.2

8 months ago

0.7.4

8 months ago

0.6.5

8 months ago

0.7.3

8 months ago

0.6.4

8 months ago

0.5.0

8 months ago

0.4.0

8 months ago

0.7.0

8 months ago

0.6.1

8 months ago

0.6.0

8 months ago

0.2.0

10 months ago

0.1.0

11 months ago

0.0.3

12 months ago

0.0.5

12 months ago

0.0.4

12 months ago

0.0.6

12 months ago

0.0.2

1 year ago

0.0.1

1 year ago