farirat / solidity-forwarder-wallet

A forwarder wallet smart contract for exchange-like business models (central wallet for user deposits)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Solidity Forwarder Wallet

A forwarder wallet written in solitidy with an advanced test coverage.

Try running some of the following tasks:

npx hardhat test
REPORT_GAS=true npx hardhat test
npx hardhat coverage

npx hardhat node
npx hardhat run scripts/deploy.ts

About

A forwarder wallet smart contract for exchange-like business models (central wallet for user deposits)

License:Other


Languages

Language:TypeScript 75.2%Language:Solidity 24.8%