Skip to content

Instantly share code, notes, and snippets.

@scottweinert
Last active May 12, 2020 16:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save scottweinert/45dae3ab38a8b0282450c0201c1200a1 to your computer and use it in GitHub Desktop.
Save scottweinert/45dae3ab38a8b0282450c0201c1200a1 to your computer and use it in GitHub Desktop.
Code block
<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