Skip to content

Swapper contract for WBUY - BUY switching, along with ERC20 minter pauser OpenZeppelin token contract with modification for total supply hard cap and precision of two decimal places

License

Notifications You must be signed in to change notification settings

v-Rizzy/swapper-contract-buying.com

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Buying.com Ethereum Smart Contracts

This project is in TypeScript and uses Hardhat. It contains and ERC20 token and a minimal swapper contract that can be used to bridge the tokens from Ethereum to Algorand.
It also comes with a sample contract (Lock), a test for that contract, and a script that deploys that contract.

Installation

yarn

Usage

To compile the contract after making changes, do the following

npx hardhat clean
npx hardhat compile

This will generate new builds and typings.

Try running some of the following tasks:

npx hardhat help
npx hardhat test
REPORT_GAS=true npx hardhat test
npx hardhat node
npx hardhat run scripts/deploy.ts

About

Swapper contract for WBUY - BUY switching, along with ERC20 minter pauser OpenZeppelin token contract with modification for total supply hard cap and precision of two decimal places

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published