An open API service indexing awesome lists of open source software.

https://github.com/cardinal-cryptography/wazero-evm


https://github.com/cardinal-cryptography/wazero-evm

Last synced: 4 months ago
JSON representation

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`