With Connect, you can interact with the Stacks 2.0 blockchain. You can allow your users to send transactions
With Blockstack Connect, you can interact with the Stacks 2.0 blockchain, empowering your users to sign transactions and interact with smart contracts.
and interact with smart contracts.
## Transaction signing is still in progress
This functionality currently operates on [the Stacks 2.0 Testnet](http://testnet.blockstack.org/). 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](https://testnet.blockstack.org/faucet). We will update this functionality and experience for mainnet upon its release.
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`.