iotaledger / iota-sdk

The IOTA SDK provides developers with a seamless experience to develop on IOTA by providing account abstractions and clients to interact with node APIs.
Apache License 2.0
58 stars 41 forks source link

QA: write and review iota.rs/wallet.rs to iota-sdk migration documentation #398

Closed thibault-martinez closed 6 months ago

thibault-martinez commented 1 year ago

Step by step guide on how to transition from the past crates to the SDK.

luca-moser commented 1 year ago

Any updates on this? I still think we need such a migration guide for the IOTA SDK given that also the Stronghold snapshot format has been changed etc.

thibault-martinez commented 6 months ago

We had these two examples for the stronghold/database migration https://github.com/iotaledger/iota-sdk/blob/develop/bindings/nodejs/examples/wallet/migrate-db-chrysalis-to-stardust.ts https://github.com/iotaledger/iota-sdk/blob/develop/bindings/nodejs/examples/wallet/migrate-stronghold-snapshot-v2-to-v3.ts