Comment on page
Integrate React Component
Get going with the Etherspot BUIDLER React Component
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.
Once you have integrated the
<Etherspot />
component, you can find out how to: