All Projects โ†’ Uniswap โ†’ v1-contracts

Uniswap / v1-contracts

Licence: GPL-3.0 license
๐ŸUniswap V1 smart contracts

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to v1-contracts

v2-periphery
๐ŸŽš Peripheral smart contracts for interacting with Uniswap V2
Stars: โœญ 900 (+109.3%)
Mutual labels:  smart-contracts, erc20, decentralized-exchange
Eden Smart Contracts
EDEN - EDN Smart Token & Smart Contracts
Stars: โœญ 109 (-74.65%)
Mutual labels:  smart-contracts, erc20
Uniflash
A simple and decentralized protocol for flash loan. https://t.me/Uniflash
Stars: โœญ 64 (-85.12%)
Mutual labels:  smart-contracts, erc20
Alpha Wallet Android
An advanced Ethereum mobile wallet
Stars: โœญ 133 (-69.07%)
Mutual labels:  smart-contracts, erc20
Uniswap V2 Periphery
๐ŸŽš Peripheral smart contracts for interacting with Uniswap V2
Stars: โœญ 267 (-37.91%)
Mutual labels:  smart-contracts, erc20
Uniswap V1
๐ŸUniswap V1 smart contracts
Stars: โœญ 313 (-27.21%)
Mutual labels:  smart-contracts, erc20
Hashed Timelock Contract Ethereum
Hashed Timelock Contracts for ETH, ERC20 and ERC721 on Ethereum
Stars: โœญ 128 (-70.23%)
Mutual labels:  smart-contracts, erc20
ape
The smart contract development tool for Pythonistas, Data Scientists, and Security Professionals
Stars: โœญ 339 (-21.16%)
Mutual labels:  smart-contracts, vyper
Ico Contracts
Ethereum smart contracts that have been used during successful ICOs
Stars: โœญ 160 (-62.79%)
Mutual labels:  smart-contracts, erc20
Erc20 Generator
Create an ERC20 Token for FREE in less than a minute with the most used Smart Contract Generator for ERC20 Token. No login. No setup. No coding required.
Stars: โœญ 202 (-53.02%)
Mutual labels:  smart-contracts, erc20
Awesome Blockchain Kor
<๋ธ”๋ก์ฒด์ธ์˜ ์ •์„>, <ํ•˜์ดํผ๋ ˆ์ € ๋ธ”๋ก์ฒด์ธ ๊ฐœ๋ฐœ> ์†Œ์Šค์ฝ”๋“œ ๋ฐ ์ฐธ๊ณ ์ž๋ฃŒ ์ €์žฅ์†Œ
Stars: โœญ 243 (-43.49%)
Mutual labels:  smart-contracts, erc20
dala-smart-contracts
Smart contracts for the Dala token sale and ERC20 token
Stars: โœญ 19 (-95.58%)
Mutual labels:  smart-contracts, erc20
nftfy-v1-core
A decentralized protocol for NFT fractionalization
Stars: โœญ 62 (-85.58%)
Mutual labels:  smart-contracts, erc20
Uniswap V2 Core
๐ŸŽ› Core smart contracts of Uniswap V2
Stars: โœญ 889 (+106.74%)
Mutual labels:  smart-contracts, erc20
erc1363-payable-token
Code implementation for the ERC-1363 Payable Token
Stars: โœญ 83 (-80.7%)
Mutual labels:  smart-contracts, erc20
Remix Ide
Documentation for Remix IDE
Stars: โœญ 1,768 (+311.16%)
Mutual labels:  smart-contracts, vyper
contracts
Off-the-shelf Solidity smart contracts
Stars: โœญ 100 (-76.74%)
Mutual labels:  smart-contracts, erc20
erc20-balance
๐Ÿ’Ž Get 2000+ ERC-20 token balances with JavaScript. Supports Node.js and Deno
Stars: โœญ 18 (-95.81%)
Mutual labels:  smart-contracts, erc20
ERC884-reference-implementation
An Interface and Reference Implementation of the ERC-884 DGCL Token.
Stars: โœญ 42 (-90.23%)
Mutual labels:  smart-contracts, erc20
Set Protocol Contracts
๐ŸŽ› Set Protocol Smart Contracts
Stars: โœญ 151 (-64.88%)
Mutual labels:  smart-contracts, erc20

Installation:

Requires Python 3

  1. Clone Uniswap
$ git clone https://github.com/Uniswap/contracts-vyper
$ cd contracts-vyper
  1. Setup virtual environment
$ pip3 install virtualenv
$ virtualenv -p python3 env
$ source env/bin/activate
  1. Install dependencies
pip install -r requirements.txt
  1. (Optional) Switch Vyper compiler to version used in Uniswap verification
cd vyper
git reset --hard 35038d20bd9946a35261c4c4fbcb27fe61e65f78
cd ..
  1. Run tests
$ pytest -v tests/
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].