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

https://github.com/pontem-network/eth-mumbai-lumio-demo


https://github.com/pontem-network/eth-mumbai-lumio-demo

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# EthMumbai Lumio contract examples

## Dependencies:

You would need

* [aptos-cli](https://aptos.dev/tools/aptos-cli/install-cli/)
* [foundry](https://getfoundry.sh/)
* [just](https://github.com/casey/just)

## Examples

* [Deploying Move and Evm contracts](./basic)
* [Crosscall EVM from MoveVM](./move-call-evm)
* [Crosscall MoveVM from EVM](./evm-call-move)