Skip to content

A novel implementation of a customizable forward swap using smart contracts.

Notifications You must be signed in to change notification settings

BilalBAI/SmartSwapX

Repository files navigation

SmartSwapX

SmartSwapX is a novel implementation of a customizable forward swap using smart contracts.

Introduction

Smart Swap Introduction

Deployed Version on Base Sepolia

ForwardSwapV1

Install and Test Locally

Install Dependencies

npm install --save-dev hardhat
npm install --save-dev @nomicfoundation/hardhat-toolbox
npm install --save-dev dotenv
npm install --save @openzeppelin/contracts

.env

WALLET_KEY="<YOUR_PRIVATE_KEY>"
BASESCAN_API_KEY="<YOUR_API_KEY>"

Compile, deploy and verify

npx hardhat compile
npx hardhat run scripts/deploy.ts --network base-sepolia
npx hardhat verify --network base-sepolia <deployed address>

About

A novel implementation of a customizable forward swap using smart contracts.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published