Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 692 Bytes

File metadata and controls

27 lines (18 loc) · 692 Bytes

Relay.link cross chain swap

Step 1

Ensure you are using the latest @openfort/openfort-js by using the latest version from @openfort/openfort-js in the package.json file.

Step 2

Create a Openfort account on Openfort Dashboard.

Step 3

Update VITE_API_OPENFORT_PUBLISHABLE_KEY, VITE_API_SHIELD_PUBLISHABLE_KEY and VITE_API_SHIELD_ENCRYPTION_PART:

// Openfort and Shield Publishable Key (you will find it in the Dashboard in the `API Keys` section)
VITE_API_DUNE=
VITE_API_PUBLISHABLE_KEY=
VITE_API_SHIELD_PUBLISHABLE_KEY=
VITE_API_SHIELD_ENCRYPTION_PART=

Step 4

yarn && yarn dev