Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 831 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 831 Bytes

ALPHAX-PROTOCOL-Contract

The main function of the DEXVault to serve as a secure vault for depositing and withdrawing cryptocurrencies, both Ether (ETH) and ERC-20 tokens, with enhanced security features like multi-signature authorization and withdrawal limits. Accounting information are handled off-chain.

npx hardhat compile
npx hardhat test
npx hardhat coverage
npx hardhat node

deploy script

npx hardhat run scripts/deployTokenERC20.js --network sepolia

npx hardhat run scripts/deploy-uups.js --network sepolia
Arbi:
 Proxy contract 0x552E7A55802f3350C707a243E402aa50Eda9D286
 getImplementationAddress 0xa61a6e696b7c566da42b80da27d96e7104bcec99


 ETH:
 Proxy contract 0xA61a6E696B7C566DA42B80dA27d96e7104bcec99
 getImplementationAddress 0x552E7A55802f3350C707a243E402aa50Eda9D286