Skip to content

Instantly share code, notes, and snippets.

@nebali
Last active January 3, 2019 17:16
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 nebali/24938b3bd687b32772a7431329b1f410 to your computer and use it in GitHub Desktop.
Save nebali/24938b3bd687b32772a7431329b1f410 to your computer and use it in GitHub Desktop.
0x Instant
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<script src="https://instant.0x.org/instant.js"></script>
</head>
<body>
<script>
zeroExInstant.render({
orderSource: 'https://api.radarrelay.com/0x/v2/',
}, 'body');
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment