...
```
运行下一个代码块测试你的代码
```
# Checks that g and G are correct.
assert g.is_order(1024), 'The generator g is of wrong order.'
b = FieldElement(1)
for i in range(1023):
assert b == G[i], 'The i-th place in G is not equal to the i-th power of g.'
b = b * g
...
...les/145568296316.htm)
1. Vitalik. Deterministic Wallets, Their Advantages And Their Understated Flaws. [https://bitcoinmagazine.com/articles/deterministic-wallets-advantages-flaw-1385450276](https://bitcoinmagazine.com/articles/deterministic-wallets-advantages-flaw-1385450276)
1. 千里之堤毁...
...f8c61e1121433c17d19e46e7d9c646cb66cb6c47f296d0d doesn't exist, creating it and funding it with 100000000 Octas
Account 0x06b234f711414a80cf8c61e1121433c17d19e46e7d9c646cb66cb6c47f296d0d funded successfully
---
Aptos CLI is now set up for account 0x06b234f711414a80cf8c61e1121433c17d19e46e7d9c646...
...nary (application) `alloy-forge` package
note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
cd alloy-forge
ls
Cargo.toml src
cargo run
Compiling alloy-forge v0.1.0 (/Users/qiaopengjun/Code/Rust/alloy-forge)
Finished `...
...plex NFT 标准](https://docs.metaplex.com/programs/token-metadata/token-standard#the-non-fungible-standard) 的一个元素)。例如,给出这个 Famous Fox Federation 的元数据:
```
// ... Famous Fox NFT 的部分元数据
"collection": {
"family": "Famous Fox Federation",
...