bump to solc@0.5.15
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
# Uniswap v2 Smart Contracts
|
||||
# UniswapV2
|
||||
|
||||
[](https://circleci.com/gh/Uniswap/uniswap-v2-core)
|
||||
|
||||
## Local Development
|
||||
@ -6,23 +7,25 @@
|
||||
The following assumes the use of `node@^10`.
|
||||
|
||||
### Clone Repository
|
||||
|
||||
```
|
||||
git clone https://github.com/Uniswap/uniswap-v2-core.git
|
||||
cd uniswap-v2-core
|
||||
```
|
||||
|
||||
### Install Dependencies
|
||||
|
||||
```
|
||||
yarn
|
||||
```
|
||||
|
||||
### Compile Contracts and Run Tests
|
||||
|
||||
```
|
||||
yarn compile
|
||||
yarn test
|
||||
```
|
||||
|
||||
|
||||
## Implementation References
|
||||
|
||||
- [dapphub math](https://github.com/dapphub/ds-math/blob/de4576712dcf2c5152d16a04e677002d51d46e60/src/math.sol)
|
||||
|
||||
Reference in New Issue
Block a user