EthDriver
Installation and Initialization
const EthereumDriver = new EthDriver(CHAIN_ID, {
apiKey: MORALIS_API_KEY
});Signatures
import { signMessage } from "@wagmi/core"
const signChallenge = async (message: string) => {
const sig = await signMessage({
message: message,
})
return {
message,
signature: sig,
}
}BitBadges
Scheme
Ownership Times
Snapshots
Last updated