Coder Social home page Coder Social logo

0x-starter-project's Introduction

0x Starter Project

CircleCI

cli

This project will take you through a number of scenarios using the 0x v2 protocol. The previous v1 starter project has been moved to the 'v1' branch.

Scenarios

This repository contains a bunch of scenarios that you can run from the command-line:

  • Fill order (ERC20)
  • Fill order Fees
  • Fill order (ERC721)
  • Fill order (Multiple assets)
  • Cancel orders up to
  • Match orders
  • Execute transaction
  • Forwarder buy orders (ERC20)
  • Forwarder buy orders (ERC721)
  • Standard Relayer API fill order example
  • Dutch Auction (decreasing price auction)

Getting Started

By default this project uses the 0x development mnemonic running against Ganache. This project can be configured to use a different mnenonic and also run against Kovan testnet.

You may choose to update the mnemonic in src/configs.ts or use the one provided (note if many people use this mnemonic on Kovan then the funds may be drained). When changing the mnemonic ensure that the account has available funds (ETH and ZRX) on the respective network. You can request ZRX and ETH from the 0x Faucet located in 0x Portal.

Install dependencies:

yarn install

Build this package:

yarn build

Download the Ganache snapshot and load it on to a Ganache node:

yarn download_snapshot
yarn ganache-cli

Run a scenario in another terminal:

yarn scenario:fill_order_erc20

To run all scenarios:

yarn scenario:all

All the scenarios commands can be found in the package.json's scripts section and begin with scenario:.

Switching to Kovan

To switch between Kovan/ganache, change the last line in src/configs.ts and re-build. Ganache is enabled by default.

For Ganache:

export const NETWORK_CONFIGS = GANACHE_CONFIGS;

For Kovan:

export const NETWORK_CONFIGS = KOVAN_CONFIGS;

Fill Order SRA Example

To run the Fill Order SRA Example you must first start up a server in another terminal:

yarn fake_sra_server

Then in another terminal run:

yarn scenario:fill_order_sra

Windows Development Setup

If you're setting up Node.js for the first time on Windows, you may find the following StackOverflow guide useful. There are a few build tools required for Node.js on Windows which are not installed by default (such as Python). Please follow that guide before running through the tutorials.

0x-starter-project's People

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.