https://blog.trailofbits.com/2024/11/19/evaluating-solidity-support-in-ai-coding-assistants/
LLM 自动补齐 #solidity 测试
LLM 自动补齐 #solidity 测试
The Trail of Bits Blog
Evaluating Solidity support in AI coding assistants
AI-enabled code assistants (like GitHub’s Copilot, Continue.dev, and Tabby) are making software development faster and more productive. Unfortunately, these tools are often bad at Solidity. So we decided to improve them! To make it easier to write, edit,…
👍1
👍2
https://mixbytes.io/blog/mastering-effective-test-writing-for-web3-protocol-audits
编写 #solidity 测试的心智模型
编写 #solidity 测试的心智模型
mixbytes.io
Mastering Effective Test Writing for Web3 Protocol Audits
The article introduces a structured testing framework to help developers write more thoughtful, effective tests aimed at catching severe bugs in their protocols.