fetchai / uAgents

A fast and lightweight framework for creating decentralized agents with ease.
Apache License 2.0
985 stars 239 forks source link

Rework how we handle seed phrases in the examples #253

Open jrriehl opened 8 months ago

jrriehl commented 8 months ago

Currently, when multiple people run examples at the same time, they are likely to get sequence mismatch errors on the registration transaction. This will become more and more prevalent as we get more users.

One solution would be to force the users to enter their own seed phrase for these examples, but feel free to suggest other options.

Archento commented 8 months ago

+1 for forcing of the seed to be put in manually and also for enforcing a seed structure like 12 word mnemonic phrases or something similar

Archento commented 6 months ago

First part is handled in #260 enforcing seed structure will be handled separately.

jrriehl commented 2 months ago

Reopening because the examples PR is not yet merged.