Glossary of core terms used in Tokamak zk-DEx: Note, Account, BabyJubJub, Poseidon hash, ZKDIP, zk Address, etc.
Quellsprache: Englisch
Menü
SkillsMP hat 5 Skills aus tokamak-network/zkdex-skills gesammelt. Öffne einen Skill, um Quelle und Details zu prüfen.
Es werden 5 von 5 gesammelten Skills angezeigt.
Glossary of core terms used in Tokamak zk-DEx: Note, Account, BabyJubJub, Poseidon hash, ZKDIP, zk Address, etc.
Quellsprache: Englisch
Generate BabyJubJub keypair for zk-DEx. Run `python generate_keypair.py -p <password>` to create sk/pk with Poseidon-based address and encrypted keystore JSON.
Quellsprache: Englisch
Generate zk-DEx mint note. Run `python generate_mint.py --owner-pk-x <hex> --owner-pk-y <hex> --value <amount>` to create a 7-input Poseidon note hash for minting.
Quellsprache: Englisch
Generate zk-DEx redeem note. Run `python generate_redeem.py --sk <key> --value <amount>` to create a Poseidon note hash for redemption.
Quellsprache: Englisch
Generate zk-DEx transfer note. Run `python generate_transfer.py --sk <key> --to-pk-x <hex> --to-pk-y <hex> --value <amount>` to create a Poseidon note hash for transfers.
Quellsprache: Englisch