Quick Start
Get started quickly with TransactionKit
View or fork now on CodeSandbox
Bootstrap a React App
npx create-react-app txkit-quickstartcd txkit-quickstartInstall Transaction Kit
npm i @etherspot/transaction-kit [email protected]
// or
yarn add @etherspot/transaction-kit [email protected]Create a Web3 Provider
Wrap your <App /> with <EtherspotTransactionKit />
Build a UI
🎉 Congratulations!
Last updated
Was this helpful?