Last active
June 29, 2020 09:49
-
-
Save alexroan/c1df34ccd4b831e4baf725376dae1292 to your computer and use it in GitHub Desktop.
ramp_instant.js
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import { RampInstantSDK } from '@ramp-network/ramp-instant-sdk'; | |
new RampInstantSDK({ | |
hostAppName: 'Maker DAO', | |
hostLogoUrl: 'https://cdn-images-1.medium.com/max/2600/1*nqtMwugX7TtpcS-5c3lRjw.png', | |
variant: 'auto', | |
}).show(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment