Client side library to work with ABT Launcher by ArcBlock
npm install @arcblock/abt-launcher> Client side library to work with ABT Launcher by ArcBlock.
``shell`
yarn add @arcblock/abt-launcher
Then:
`javascript`
import React from 'react';
import { ThemeProvider } from 'styled-components';
import { LocaleProvider } from '@arcblock/ux/lib/Locale/context';
import { create } from '@arcblock/ux/lib/Theme';
import { Layout, StepProvider } from '@arcblock/abt-launcher';
`jsx``