Last active
May 12, 2020 16:01
-
-
Save scottweinert/45dae3ab38a8b0282450c0201c1200a1 to your computer and use it in GitHub Desktop.
Code block
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
<script src="https://cdn.atomicfi.com/transact.js"></script> | |
<script> | |
Atomic.transact({ | |
publicToken: "your-token", | |
demoMode: "true", | |
product: "deposit", | |
color: "#4B39EF" | |
}); | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment