8000 GitHub - SvenMeyer/uniswap-v2-core: 🎛 Core smart contracts of Uniswap V2
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

SvenMeyer/uniswap-v2-core

 
 

Repository files navigation

Uniswap V2

Actions Status Version

In-depth documentation on Uniswap V2 is available at uniswap.org.

The built contract artifacts can be browsed via unpkg.com.

Local Development

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

Install Dependencies

yarn

Compile Contracts

yarn compile

Run Tests

yarn test

Deploy

moonbeam alpha (testnet) : get some funds here https://docs.moonbeam.network/getting-started/testnet/faucet/

make sure to specify a private key (and the right one). Check truffle-config.js for setup.

Do not put your private key (ever) into a file (which might end up on github). Define an environment variable. You may put this in your .bashrc

export METAMASK_DEV_KEY_3="50c2d3e07adc3...........37f1d1426d1452ab7e0c5a3501"

truffle migrate --network mbtest --reset

About

🎛 Core smart contracts of Uniswap V2

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 44.4%
  • Solidity 39.7%
  • JavaScript 15.9%
0