...eate a folder with your ID like `homework-2/001`
3. complete the homework and create a PR
```
### 第一步:fork 并克隆项目
```bash
git clone git@github.com:qiaopengjun5162/2025-17-solidity-on-polkadot.git
正克隆到 '2025-17-solidity-on-polkadot'...
remote: Enumerating objects: ...
...n also have logic. In this exercise we have
// defined the Package struct and we want to test some logic attached to it.
// Make the code compile and the tests pass!
//
// Execute `rustlings hint structs3` or use the `hint` watch subcommand for a
// hint.
// I AM NOT DONE
#[derive(Debug)]...
[原文|PeerDAS and a 48 blob target in 2025](https://blog.oplabs.co/peerdas-and-a-48-blob-target-in-2025/)
*这篇文章拉开了 PeerDAS 系列文章的序幕。在接下来的几周里,我们将陆续发布关于每一个主要的共识层(CL)/执行层(EL)客户端组合性能深...
...ns = []
def new_block(self):
# Creates a new Block and adds it to the chain
pass
def new_transaction(self):
# Adds a new transaction to the list of transactions
pass
@staticmethod
def hash(block):
# Hashes a Block...
...1B206...AabD5A1aB
The constructor portion of the code might be different and could alter the actual behaviour of the contract
```
- 报错原因
在部署合约时,可能传入的构造函数参数是否与源代码中的一致。在区块链浏览器中查找相关交易数据,尤其是...