https://github.com/cowprotocol/explorer
https://github.com/cowprotocol/explorer
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cowprotocol/explorer
- Owner: cowprotocol
- Created: 2022-03-29T11:52:05.000Z (about 4 years ago)
- Default Branch: develop
- Last Pushed: 2024-01-23T17:47:08.000Z (over 2 years ago)
- Last Synced: 2024-01-23T18:59:37.500Z (over 2 years ago)
- Language: TypeScript
- Homepage: https://explorer.cow.fi/
- Size: 14.2 MB
- Stars: 12
- Watchers: 4
- Forks: 8
- Open Issues: 75
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CoW Protocol Explorer
Allows you to explore the protocol orders and trades.
## โ ๏ธ Attention โ ๏ธ
This repository is deprecated.
All the relevant code has migrated to [CoW Swap repo](https://github.com/cowprotocol/cowswap/) under the [explorer app](https://github.com/cowprotocol/cowswap/tree/develop/apps/explorer).
## ๐งช Install dependencies
```bash
# Install dependencies (we use Yarn but NPM should work too)
yarn
```
## ๐โโ๏ธ Run it locally
> Make sure you installed the dependencies first
```bash
yarn start
```
Open http://localhost:8080 in your browser.
## ๐ทโโ๏ธ Build app
```bash
yarn build
```
Static files will be generated inside the `./dist` dir.
## ๐งช Run tests
```bash
yarn test
```