Skip to content
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.

Latest commit

 

History

History
15 lines (8 loc) · 640 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 640 Bytes

Tartiswap

A decentralized exchange for true tartiners.

Installing dependencies

Please use the yarn package manager (as it is used for managing the monorepo) and run the yarn command at the root of the repo.

Running the projects in development mode

To run the faucet, please run yarn dev:faucet and yarn dev:dex to run the dex. Then follow the instructions displayed in the console to access the projects.

Technical specifications

Plase use Node.JS LTS (v16.14.0 at the time of writing) to work on this project. This will be done automatically if you are using the Volta Node.js manager.