An open API service indexing awesome lists of open source software.

https://github.com/cowprotocol/explorer


https://github.com/cowprotocol/explorer

Last synced: 8 months ago
JSON representation

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
```