ghost-dao-contracts/dependencies/@uniswap-v2-core-1.0.1
Uncle Fatso 46b33b4c75
initial push for smart-contracts
Signed-off-by: Uncle Fatso <uncle.fatso@ghostchain.io>
2025-04-28 14:17:04 +03:00
..
build initial push for smart-contracts 2025-04-28 14:17:04 +03:00
contracts initial push for smart-contracts 2025-04-28 14:17:04 +03:00
LICENSE initial push for smart-contracts 2025-04-28 14:17:04 +03:00
package.json initial push for smart-contracts 2025-04-28 14:17:04 +03:00
README.md initial push for smart-contracts 2025-04-28 14:17:04 +03:00

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