Docs
/Components
/XRPLContextProvider
XRPLContextProvider
More detailed explanation and examples coming soon!
Check out the Storybook (via the link in the navbar) so see live examples of @xrpl-components/react
in action.
import { XRPLContextProvider } from '@xrpl-components/react/components';
export default function App() {
return (
<XRPLContextProvider server="wss://s1.ripple.com">
<YourComponentHere />
</XRPLContextProvider>
);
}