Skip to content

deno-web3/zrx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
v 1 r t l
May 27, 2023
3cf291a · May 27, 2023

History

7 Commits
Sep 27, 2021
Sep 27, 2021
Sep 26, 2021
May 27, 2023
May 27, 2023
May 27, 2023

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