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: 1 day 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 (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-09-11T18:30:02.000Z (2 months ago)
- Last Synced: 2024-09-25T06:02:31.321Z (about 2 months ago)
- Topics: cryptocurrency, decentralized-exchange, erc20, ethereum, smart-contracts
- Language: TypeScript
- Homepage: https://uniswap.org/docs
- Size: 1.03 MB
- Stars: 2,936
- Watchers: 102
- Forks: 3,158
- Open Issues: 23
-
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`