Skip to content

4777yxh/cronaswap-contracts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CronaSwap Smart Contracts

This repo contains all of the smart contracts used to run CronaSwap.

Deployed Contracts - Mainnet

Router address: 0x000

Factory address: 0x000

Running

These contracts are compiled and deployed using Hardhat. They can also be run using the Remix IDE.

Accessing the ABI

If you need to use any of the contract ABIs, you can install this repo as an npm package with npm install --dev @cronaswap/cronaswap-contracts. Then import the ABI like so: import { abi as ICronaSwapPairABI } from '@cronaswap/cronaswap-contracts/artifacts/contracts/interfaces/ICronaSwapPair.sol/ICronaSwapPair.json'.

Attribution

These contracts were adapted from these Uniswap repos: uniswap-v2-core, uniswap-v2-periphery, and uniswap-lib.

About

cronaswap contracts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published