Giter VIP home page Giter VIP logo

zilswap's Introduction

Zilswap

Zilswap is a fully decentralized protocol for ZRC-2 token exchanges on Zilliqa.

Documentation

API docs can be found at docs.zilswap.org.

Testing

Test suite can be ran with: yarn test. To run only one test: yarn test -t nameOfTest.

On Zilliqa TestNet

To run tests on Zilliqa TestNet, get some testnet ZILs first.

Set the private key of your test account using the PRIVATE_KEY env var.

Set the USE_TESTNET env var to testnet.

These can be done in a .env file in the root of the project, or run inline via: PRIVATE_KEY=xxx USE_TESTNET=testnet yarn test.

On Local Isolated Server

Ensure your isolated server is running without the -t flag (or disable it via -t=0) so that there is no auto-block progression.

For docker builds, this can be modified by running sed -i 's/-t 5000 //' run.sh within the container and then restarting the docker process.

Find the private key of a genesis account and set PRIVATE_KEY=xxx in a .env file in the root of the project or run inline via PRIVATE_KEY=xxx yarn test.

zilswap's People

Contributors

ravenxce avatar 0xkyro avatar stevenkhong avatar wdibi avatar snowsledge avatar jx-willdo avatar

Watchers

James Cloos 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.