You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On miden-node's path, create genesis file: cargo run --bin miden-node --features testing -- make-genesis and run the node: cargo run --bin miden-node --features testing -- start
In the client's dir, checkout igamigo-data-store and load the genesis file data: cargo run -- load-genesis --genesis-path {path where you created the genesis files}
Perform sync state: cargo run -- sync-state -s
In the client's dir, run a test mint transaction cargo run -- transaction new mint 0x168187d729b32a84 10 0x871e602b3953f7cb 100
You should get the following error: transaction executor error: ExecuteTransactionProgramFailed(AdviceMapKeyNotFound([6280925791586927585, 15735186907095191003, 4209276716593169044, 12827351902656088934]))
The text was updated successfully, but these errors were encountered:
igamigo-export-seed
cargo run --bin miden-node --features testing -- make-genesis
and run the node:cargo run --bin miden-node --features testing -- start
igamigo-data-store
and load the genesis file data:cargo run -- load-genesis --genesis-path {path where you created the genesis files}
cargo run -- sync-state -s
cargo run -- transaction new mint 0x168187d729b32a84 10 0x871e602b3953f7cb 100
You should get the following error:
transaction executor error: ExecuteTransactionProgramFailed(AdviceMapKeyNotFound([6280925791586927585, 15735186907095191003, 4209276716593169044, 12827351902656088934]))
The text was updated successfully, but these errors were encountered: