Deep Link Vaulting

Emblem Finance Create Page URL

This URL format allows you to pre-fill the "Create Vault" form on the Emblem Finance website with specific values.

URL Structure

https://emblem.finance/create?to=<Ethereum_Address>&title=<Title>&description=<Vault_Description>&image=<Image_URL>

Parameters

  • to: The Ethereum address to which the vault will be sent (required)

  • title: The title of the vault (required)

  • description: A brief description of the vault (optional)

  • image: The URL of an image to be displayed on the form (optional)

Note: All parameters should be URL-encoded.

Example URL

https://emblem.finance/create?
  to=0x4EF1a7f607e426b56192f78a2fd49Ac50DF25cd5&
  title=foo&
  description=bar&
  image=https://image-scaler.vercel.app/image?
     url=https://litecoin.earlyordies.com/content/
     f2b6adf7b2d0f128fb14817ff37f5f36e9176b17571e20c49871875553f937b4i0

Image Parameter and Image Scaler

The image parameter can use the optional image scaler service hosted at https://image-scaler.vercel.app/image?url= to automatically scale tiny images. To use this service, pass the original image URL as a URL-encoded parameter to the image scaler.

Specifying Image Width

To specify the width of the image, add the &size=<Width> parameter to the image scaler URL, where <Width> is the desired width in pixels.

Example:

&image=https%3A%2F%2Fimage-scaler.vercel.app%2Fimage%3Furl%3Dhttps%3A%2F%2Flitecoin.earlyordies.com%2Fcontent%2Ff2b6adf7b2d0f128fb14817ff37f5f36e9176b17571e20c49871875553f937b4i0&size=400

Last updated