Integrate React Component
Get going with the Etherspot BUIDLER React Component
Get started quickly
Simply copy and paste the code below:
import {
Etherspot,
} from "@etherspot/react-transaction-buidler";
/**
* This is all that is needed to get started.
* To customise this, see the possible props
* you can pass in. the docs.
*/
function RenderEtherspot(props) {
return <Etherspot />;
}
This will render the Etherspot BUIDLER React Component with default options.
Next Steps
Once you have integrated the <Etherspot />
component, you can find out how to:
Use Shared Sessions
Last updated
Was this helpful?