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 17 hours 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-11-22T06:59:03.000Z (2 months ago)
- Last Synced: 2024-12-16T17:04:51.687Z (about 1 month ago)
- Topics: cryptocurrency, decentralized-exchange, erc20, ethereum, smart-contracts
- Language: TypeScript
- Homepage: https://uniswap.org/docs
- Size: 929 KB
- Stars: 3,014
- Watchers: 100
- Forks: 3,208
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Citation: CITATION.cff
Awesome Lists containing this project
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`