https://github.com/cardinal-cryptography/wazero-evm
https://github.com/cardinal-cryptography/wazero-evm
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cardinal-cryptography/wazero-evm
- Owner: Cardinal-Cryptography
- License: gpl-3.0
- Created: 2024-08-06T10:46:05.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-08-09T08:41:48.000Z (11 months ago)
- Last Synced: 2025-01-09T03:48:57.101Z (6 months ago)
- Language: Solidity
- Size: 71.3 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Wrapped AZERO Solidity implementation
A simple AZERO wrapped token based on WETH9 Solidity implementation.
### Testing
To test the contract, run the following commands:
```bash
forge test
```### Deployment
To deploy the contract, run the following commands:
```bash
forge create --rpc-url \
--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`