Skip to main content

Fluid Station extension

The API for the Fluid Station extension gets updated periodically. If you are developing a dApp, please check regularly for updates as breaking changes may be introduced frequently.

What is the Fluid Station extension?

The Fluid Station extension is a web-wallet extension for Chrome that enables webpages to create requests for signing and broadcasting transactions. The webpage can detect the presence of Station Extension and generate a prompt whereby the user can confirm the transaction to be signed.

Wallet Provider

Wallet Provider is a library that simplifies the development of React dApps that use Fluid Station extension or Fluid Station mobile.

Use one of the following templates to get quickly get started using Wallet Provider:

Create React App


_4
npx copy-github-directory https://github.com/terra-money/wallet-provider/tree/main/templates/create-react-app your-app-name
_4
cd your-app-name
_4
yarn install
_4
yarn start

Learn more

Next.js


_4
npx copy-github-directory https://github.com/terra-money/wallet-provider/tree/main/templates/next your-app-name
_4
cd your-app-name
_4
yarn install
_4
yarn run dev

Learn more

Experimental templates

tip

The Wallet Controller template is an example of how WalletController behaves underneath the React API. If you are unable to use React, start by using the Wallet Controller template.

Usage

Visit the Wallet Provider GitHub for more details on using the APIs provided:

https://github.com/terra-money/wallet-provider