uport-connect
uport-connect copied to clipboard
SimpeSigner: TypeError: Object(...) is not a function
import { Connect, SimpleSigner } from 'uport-connect';
const uport = new Connect('MyApp', {
network: "mainnet",
clientId: '',
signer: SimpleSigner('')
})
What's wrong with my code?