@nori-zk/mina-token-bridge
Version:
Nori ethereum state settelment and nETH token bridge zkApp
15 lines (14 loc) • 531 B
TypeScript
/**
* NoriTokenBridge E2E Test Suite (Lightnet)
*
* Tests the consolidated NoriTokenBridge contract against a local Lightnet Mina node.
* Requires: Lightnet running at http://localhost:8080/graphql (accountManager at :8181)
*
* 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 {};