web3-token
web3-token copied to clipboard
Web3 Token is a new way to authenticate users in a hybrid dApps using signed messages. Implementation of EIP-4361.
Results
11
web3-token issues
Sort by
recently updated
recently updated
newest added
I get the following error during compile time ```Debugger attached. node_modules/web3-token/dist/web3-token.d.ts:7:31 - error TS2307: Cannot find module './lib/interfaces' or its corresponding type declarations. 7 sign: (signer: import("./lib/interfaces").Signer, opts?: string |...