Skip to main content
We provide a quick and easy integration to partner websites via an iframe. To intagrate Nuwa into your app simply add the following in your app:
<iframe
  src="https://app.nuwaviz.com/solana
  width="100%"
  height="100%">
</iframe>
To render the view for a particular wallet use the following
<iframe
  src="https://app.nuwaviz.com/solana/<wallet_address>
  width="100%"
  height="100%">
</iframe>