sui icon indicating copy to clipboard operation
sui copied to clipboard

[Typescript] SDK - TypeError: Expected instance of class which extends utils.Hash in Vite.js

Open punithbm opened this issue 2 years ago • 0 comments

When trying to generate the key pair using the mnemonic like this

import { Ed25519Keypair } from "@mysten/sui.js";

const keypair = Ed25519Keypair.deriveKeypair(mnemonic);

getting TypeError: Expected instance of class which extends utils.Hash in https://vitejs.dev/ based React App

Screenshot 2022-11-01 at 6 12 42 PM

punithbm avatar Nov 01 '22 12:11 punithbm