Options
All
  • Public
  • Public/Protected
  • All
Menu

Module NearProvider

Index

Variables

Variables

Const NearProvider

NearProvider: React.FC<NearProviderProps> = ...

NearProvider sets up Near and a WalletConnection. These values are accessible using the provided hooks: useNear and useNearWallet.

example
<NearProvider environment={NearEnvironment.MainNet}>
 <App />
</NearProvider>

Generated using TypeDoc