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
- Host: GitHub
- URL: https://github.com/pontem-network/eth-mumbai-lumio-demo
- Owner: pontem-network
- Created: 2024-03-21T12:00:05.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-03-21T13:28:13.000Z (about 1 year ago)
- Last Synced: 2025-02-05T20:07:50.041Z (3 months ago)
- Language: Move
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)