Skip to content

DexKit/0x-instant-instance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

0x Instant

Minimal code to run instant in your app:

<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8" />
    <script src="https://dexkit-storage.nyc3.digitaloceanspaces.com/zrx/v4/instant.js"></script>
  </head>
  <body>
    <script type="text/javascript">
      function renderZeroExInstant() {
        zeroExInstant.render({}, "body");
      }
    </script>
    <button onClick="renderZeroExInstant()">Hello World</button>
  </body>
</html>

The package is available as a UMD module named zeroExInstant at https://instant.0x.org/v4/instant.js or https://dexkit-storage.nyc3.digitaloceanspaces.com/zrx/v4/instant.js.

Check 0x instant code source at Instant

Deployment

Deploy with Vercel

About

Public 0x instance hosted by DexKit

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published