Third Party libraries
Metamask
Metamask is a cryptocurrency wallet used to interact with the Ethereum blockchain. It allows users to access their Ethereum wallet through a browser extension or mobile app, which can then be used to interact with decentralized applications.
Connecting via Metamask
If you want the user to be able to sign in via Metamask, we can simply import the MetaMaskWalletProvider object like so:
Then call connect on it which will prompt the user to connect their Metamask.
Finally, we pass this provider into the Prime SDK to instantiate it.
Transaction Kit
For transaction kit we can follow the same process above, then pass the provider straight into the Transaction kit tags like this: