MystenLabs / sui

Sui, a next-generation smart contract platform with high throughput, low latency, and an asset-oriented programming model powered by the Move programming language
https://sui.io
Apache License 2.0
6.22k stars 11.2k forks source link

Add learn/docs for all sig schemes inside Move contracts #11460

Closed kchalkias closed 1 year ago

kchalkias commented 1 year ago

Add Move smart contract examples for all supported sigs in Sui Move Ed25519 / ECDSA secp256k1 / ECDSA secp256r1 / BLS minSig / BLS minPK

kchalkias commented 1 year ago

@jonas-lj and @joyqvq. There was a recent request from @PaulFidika and others, we need documentation on how to sign in CLI and TS, then verify in Sui contracts. Please add me as a reviewer when ready. We can start with an ed25519 example only.