Pipeline Express
Pipeline Express is an ultralight version of Pipeline-UI to get your apps sending Algorand transactions in minutes!
#
Getting StartedAfter creating and installing the basics for a new React App, run:
cd my-new-appnpm install pipeline-express-react
In your App.js file, add the following code below your existing import
declarations:
import { AlgoButton, AlgoSendButton, Pipeline} from 'pipeline-express-react'