@douganderson444/svelte-solana-name-service

0.0.5 • Public • Published

Solana Name Service - Svelte Component

<script lang="ts">
	import { SNSWrapper } from '@douganderson444/svelte-solana-name-service';

	export let handle = 'DougAnderson444';
	export let pubKey;

</script>

<!-- Pass in handle, get pubKey back  -->
<SNSWrapper {handle} bind:pubKey />

{handle}'s  pubKey is: {pubKey}

Readme

Keywords

none

Package Sidebar

Install

npm i @douganderson444/svelte-solana-name-service

Weekly Downloads

1

Version

0.0.5

License

none

Unpacked Size

1.05 MB

Total Files

20

Last publish

Collaborators

  • douganderson444