Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (3.3%) to scientific vocabulary
Last synced: 10 months ago · JSON representation ·

Repository

Basic Info
  • Host: GitHub
  • Owner: 0xAlanYin
  • License: gpl-3.0
  • Language: Solidity
  • Default Branch: main
  • Size: 1.24 MB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created about 2 years ago · Last pushed almost 2 years ago
Metadata Files
Readme License Citation

README.md

Uniswap V2 Analysis

Summary

This warehouse is mainly used to analyze the source code of Uniswap V2.

本仓库主要用于分析 Uniswap V2 的源码。

code source address: https://github.com/Uniswap/v2-core

Local Development

The following assumes the use of node@>=10.

Install Dependencies

yarn

Compile Contracts

yarn compile

Run Tests

yarn test# uniswap-v3-analysis

Owner

  • Login: 0xAlanYin
  • Kind: user

Evolving.....

Citation (CITATION.cff)

cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
- family-names: "Zinsmeister"
  given-names: "Noah"
- family-names: "Adams"
  given-names: "Hayden"
- family-names: "Robinson"
  given-names: "Dan"
- family-names: "Salem"
  given-names: "Moody"
title: "v2-core"
version: 1.0.1
date-released: 2019-05-03
url: "https://github.com/Uniswap/v2-core"

GitHub Events

Total
Last Year

Dependencies

.github/workflows/CI.yml actions
  • actions/cache v1 composite
  • actions/checkout v1 composite
  • actions/setup-node v1 composite
package.json npm
  • @types/chai ^4.2.6 development
  • @types/mocha ^5.2.7 development
  • chai ^4.2.0 development
  • ethereum-waffle ^2.4.1 development
  • ethereumjs-util ^6.2.0 development
  • mocha ^6.2.2 development
  • prettier ^1.19.1 development
  • rimraf ^3.0.0 development
  • solc 0.5.16 development
  • ts-node ^8.5.4 development
  • typescript ^3.7.3 development
yarn.lock npm
  • 949 dependencies