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
_4npx copy-github-directory https://github.com/terra-money/wallet-provider/tree/main/templates/create-react-app your-app-name_4cd your-app-name_4yarn install_4yarn start
Next.js
_4npx copy-github-directory https://github.com/terra-money/wallet-provider/tree/main/templates/next your-app-name_4cd your-app-name_4yarn install_4yarn run dev
Experimental templates
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: