This repo is associated with this project. Details below are for how to get started.
The goals of this project are to:
- contribute to the Uniswap ecosystem
- provide content and a data visualization tool for those new to Uniswap Liquidity Provider (LP) pools
- build a bridge for new users from the Traditional Finance (TradFi) world to the Ethereum Decentralized Finance (DeFi) universe.
There are a few steps to get setup on your local machine here:
- Install Node.js
- Download this repository locally
- Open the command line and navigate to your local copy of this repository
- Run
npm install
to download all the dependencies - On MacOS or Linux, run the app with this command:
$ npm run-script start-dev
Ona Windows Command Prompt, use this command:$ npm run-script start-dev
- The terminal output should display the following:
Listening on port 8081
and direct you to a functional port
Alternatively, you can see the launched site here.
We are a small team of Etherem Devs that met at an Chainshot Developer Bootcamp and are passionate about building tools for those new to the community.