Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 467 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 467 Bytes

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
})