Skip to content

Latest commit

 

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages