Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 469 Bytes

File metadata and controls

22 lines (13 loc) · 469 Bytes

Contracts

The folder contains Move modules used in layer2 to verify layer2 instructions.

Compile

Download move-cli from movelang

$ move build --doc -d

Module docs

see ./build/docs.

Dev keys

./dev.key is the private key corresponding to the dev-address of flexemu.

You can use the key to deploy contracts if you don't want to change the dev-address in Move.toml. And dont use it in production!