Skip to content

Commit

Permalink
Example doc
Browse files Browse the repository at this point in the history
  • Loading branch information
thibault-martinez committed Nov 2, 2023
1 parent 10fdde0 commit f04ae69
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions sdk/examples/how_tos/account/implicit_account_creation.rs
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
// Copyright 2023 IOTA Stiftung
// SPDX-License-Identifier: Apache-2.0

//! In this example we will create an account output.
//!
//! Make sure that `STRONGHOLD_SNAPSHOT_PATH` and `WALLET_DB_PATH` already exist by
//! running the `./how_tos/accounts_and_addresses/create_wallet.rs` example and that funds are available by running
//! the `get_funds` example!
//! In this example, we create an implicit account creation address.
//!
//! Rename `.env.example` to `.env` first, then run the command:
//! ```sh
Expand Down

0 comments on commit f04ae69

Please sign in to comment.