...cKey.findProgramAddressSync(seeds_bob, program.programId);
// Alice and Bob initialize their accounts
await program.methods.initialize().accounts({
player: playerAlice,
signer: alice.publicKey,
}).signers([alice]).rpc();
await program.methods.initialize().accoun...
...
```
运行下一个代码块测试你的代码
```
# 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...