UNPKG

@nori-zk/mina-token-bridge

Version:

Nori ethereum state settelment and nETH token bridge zkApp

18 lines (17 loc) 584 B
/** * NoriTokenBridge Integration Test Suite * * Tests the consolidated NoriTokenBridge contract using a LocalBlockchain * (proofsEnabled: false) for fast, network-free execution. * * Tests run against an in-memory Mina LocalBlockchain. * No running Lightnet node required. * * Test sequence (order-dependent, shared state): * 1. Deploy contracts * 2. test update() — Ethereum state transitions (series of 4 blocks) * 3. test setUpStorage() — per-user storage initialisation * 4. test noriMint() — token minting * 5. Admin operation tests */ export {};