Skip to content
/ zrx Public

An unofficial 0x Protocol API client for Deno.

License

Notifications You must be signed in to change notification settings

deno-web3/zrx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zrx

I'm building Flash - a service to deploy websites and apps on the new decentralized stack.

If you'd like to try or collab, dm or email

An unofficial 0x Protocol API client for Deno.

import { Zrx } from 'https://deno.land/x/zrx/mod.ts'

const client = new Zrx('polygon')

const tx = await client.quote({
  from: 'USDC',
  to: 'USDT',
  amount: 1_000_000, // $1
})