#use own public key while deploying on testnet

5 messages · Page 1 of 1 (latest)

analog laurel
#

https://soroban.stellar.org/docs/getting-started/deploy-to-testnet
in the configure an Identity part

i want to use my own address

soroban contract deploy
--wasm target/wasm32-unknown-unknown/release/hello_soroban.wasm
--source alice \ //in place of alice can i put my own address or public key from my frieter wallet?? if not how i can use that wallet t deploy on the testnet

--network testnet

Configure networks and identities, fund accounts with Friendbot, and deploy and interact with smart contracts on a live test network called Testnet.

pale edge
#

If your public key/freighter wallet is something you use on the public network I strongly recommend against using it on testnet or futurenet

#

Is there a specific purpose or reason for wanting to use that?

#

soroban config identity -h will show you the different options to manage identities