<EtherspotTransactionKit />
The top level component that injects the Etherspot Platform into your React app
Introduction
In order for us to provide all the power of Etherspot to your app, we need to wrap your app in an <
EtherspotTransactionKit />
tag. This will allow the whole app to access libraries and services provided by TransactionKit.
How to use
The <
EtherspotTransactionKit />
component will wrap your top level <App />
tag which is usually found in the React app's index.js
file. Here is how you would use the <
EtherspotTransactionKit />
tag.
And that's how we get our TransactionKit journey started. In summary, "wrapping" your <App />
component injects the powerful features and services of Etherspot into your app. Read on to discover what's next.
Last updated