Mansoor Buttmansoor-eth.hashnode.dev·Oct 3, 2024Mastering EIP-712: A Practical Implementation GuideMessage signing in Ethereum has a surprisingly complicated history. Best practices and economic realities have evolved considerably over the years. In Ethereum's earliest days, you could get away with storing any and all activity onchain without brea...Deep Dive into Smart ContractsSolidity
CryptapeforCryptape Jungleblog.cryptape.com·Jan 9, 2023Implementing EIP-712 on CKB-VMIn a typical signature scheme, we usually take the witness and the hash of a transaction as parameters and use a hashing algorithm to generate a transaction signature request (This code demonstrates the process). The result is a hexadecimal string as...425 readsEngineeringeip712