Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Uniswap/v2-core
🦄 🦄 Core smart contracts of Uniswap V2
https://github.com/Uniswap/v2-core
cryptocurrency decentralized-exchange erc20 ethereum smart-contracts
Last synced: about 1 month ago
JSON representation
🦄 🦄 Core smart contracts of Uniswap V2
- Host: GitHub
- URL: https://github.com/Uniswap/v2-core
- Owner: Uniswap
- License: gpl-3.0
- Created: 2019-08-29T21:44:34.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-21T17:38:11.000Z (about 2 months ago)
- Last Synced: 2024-10-29T14:50:24.959Z (about 1 month ago)
- Topics: cryptocurrency, decentralized-exchange, erc20, ethereum, smart-contracts
- Language: TypeScript
- Homepage: https://uniswap.org/docs
- Size: 1.14 MB
- Stars: 2,974
- Watchers: 100
- Forks: 3,176
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Citation: CITATION.cff
Awesome Lists containing this project
- awesome-uniswap - Uniswap V2 Core
README
# Uniswap V2
[![Actions Status](https://github.com/Uniswap/uniswap-v2-core/workflows/CI/badge.svg)](https://github.com/Uniswap/uniswap-v2-core/actions)
[![Version](https://img.shields.io/npm/v/@uniswap/v2-core)](https://www.npmjs.com/package/@uniswap/v2-core)In-depth documentation on Uniswap V2 is available at [uniswap.org](https://uniswap.org/docs).
The built contract artifacts can be browsed via [unpkg.com](https://unpkg.com/browse/@uniswap/v2-core@latest/).
# Local Development
The following assumes the use of `node@>=10`.
## Install Dependencies
`yarn`
## Compile Contracts
`yarn compile`
## Run Tests
`yarn test`