module
Version:
v0.0.0-...-6b58a8b
Opens a new window with list of versions in this module.
Published: Jun 11, 2023
License: MIT
Opens a new window with license information.
README
¶
├── engine
│ ├── main.go # Concrete app-chain setup
│ ├── main_test.go # Concrete app-chain setup minimal test
│ └── pcs
│ ├── abi # Precompile ABI
│ │ └── NES.json
│ ├── nes.go # Precompile implementation
│ ├── nes_test.go # Precompile test
│ └── testdata # Test static and dynamic NES states as GOB binaries
│ ├── mario.dyn
│ └── mario.static
└── src
└── NES.sol # Precompile solidity interface
Check out Concrete, a framework to build application-specific rollups like this one.
Directories
¶
Click to show internal directories.
Click to hide internal directories.