Beitrag
Teile dein Wissen.
Projektsicherheit mit Blockchain
Hallo Leute, ich habe vor Kurzem als Praktikant in einem Startup als Blockchain-Entwickler für den Sicherheitsteil des Projekts angefangen und gerade mache ich einen Cyfrin Smart Contract Security- und Auditing-Kurs. Ich benötige Ihre Vorschläge dafür, was und wie die Sicherheit gewährleistet werden kann, die wir in der Cloud bereitstellen.
- Smart Contract
- Solidity
Antworten
1Mb diese Links werden dir helfen
https://github.com/cryptofinlabs/audit-checklist
https://scs.owasp.org/sctop10/
https://www.quillaudits.com/blog/blockchain/20-common-solidity-mistakes-and-how-to-avoid-them
Weißt du die Antwort?
Bitte melde dich an und teile sie.
Solidity is an object-oriented, high-level language for implementing smart contracts. It is a curly-bracket language designed to target the Ethereum Virtual Machine (EVM).
Verdiene deinen Anteil an 1000 Sui
Sammle Reputationspunkte und erhalte Belohnungen für deine Hilfe beim Wachstum der Sui-Community.
- My ERC721 contract successfully deploys, but I can't verify the contract's source code with hardhat21
- Solidity and ethers.js Compute Different Addresses from the Same Signature21
- can't understand what are the locations(uint256)22
- How to reverse keccak256 in solidity22
- Clarification on Gas Refunds and Comparison Between "require" and "revert" in Smart Contracts21