Skip to content

Cardinal-Cryptography/wAZERO-evm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wrapped AZERO Solidity implementation

A simple AZERO wrapped token based on WETH9 Solidity implementation.

Testing

To test the contract, run the following commands:

forge test

Deployment

To deploy the contract, run the following commands:

forge create --rpc-url <your_rpc_url> \
    --private-key <your_private_key> \
    --verify \
    src/wAZERO.sol:WAZERO

Addresses and ABIs

Contract ABI and bytecode can be found in the artifacts directory.

Addresses of deployed (and verified contracts) for Aleph Zero EVM networks:

  • Testnet: 0xcC1141eEd15EB519b08cA38A2Ee75AB8025F0DA9
  • Mainnet: 0xb7Da55D7040ef9C887e20374D76A88F93A59119E

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published