Integrate React Component
Get going with the Etherspot BUIDLER React Component
Get started quickly
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 />;
}Next Steps
Last updated
Was this helpful?