diff --git a/develop/connect/use-with-clarity.md b/develop/connect/use-with-clarity.md index eb7cbc9f..90831ce4 100644 --- a/develop/connect/use-with-clarity.md +++ b/develop/connect/use-with-clarity.md @@ -5,27 +5,14 @@ # Signing transactions {:.no_toc} -With Connect, you can interact with the Stacks 2.0 blockchain. You can allow your users to send transactions and interact with smart contracts. +With Blockstack Connect, you can interact with the Stacks 2.0 blockchain, empowering your users to sign transactions and interact with smart contracts.
- To use these features, make sure you install the testnet
tag the @blockstack/connect
NPM package. You can do this by running npm install --save @blockstack/connect@testnet
, or by specifying testnet
as the version in
- your package.json file.
-
- The Stacks 2.0 blockchain is still in testnet, and our web app integration is also still in beta. In order to use transaction signing in your application, you need to use the configuration `authOrigin` with `@blockstack/connect`. -
-
-
- const options = {
- // your other options
- authOrigin: 'https://deploy-preview-301--stacks-authenticator.netlify.app'
- };
-
-
+The user interface has been designed with developers in mind and prominently displays debug information. STX testnet tokens for paying transaction fees can be obtained for free with the testnet faucet. We will update this functionality and experience for mainnet upon its release.