Skip to content

Instantly share code, notes, and snippets.

@adetyaz
Last active May 12, 2023 20:49
Show Gist options
  • Save adetyaz/5a2c071a3f48dddc54e502f1a72fcf64 to your computer and use it in GitHub Desktop.
Save adetyaz/5a2c071a3f48dddc54e502f1a72fcf64 to your computer and use it in GitHub Desktop.
import { CardanoWallet } from '@meshsdk/react'
export default function Home() {
return (
<>
<Head>
<title>Persistent Cardano Button</title>
<meta name='description' content='Generated by create next app' />
<meta name='viewport' content='width=device-width, initial-scale=1' />
<link rel='icon' href='/favicon.ico' />
</Head>
<main className={`${styles.main} ${inter.className}`}>
<CardanoWallet />
</main>
</>
)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment