π¦ ClawHub
Orderly Sdk React Hooks
by @tarnadas
Reference guide for using Orderly React SDK hooks - useOrderEntry, usePositionStream, useOrderbookStream, useCollateral, and more
β‘ When to Use
βοΈ Configuration
import { OrderlyAppProvider } from '@orderly.network/react';
import { QueryClient, QueryClientProvider } from '@tanstack/react-query';const queryClient = new QueryClient();
function App() {
return (
);
}
TERMINAL
clawhub install orderly-sdk-react-hooks