Update signed-data.md

pull/1/head
Daniel M 7 years ago committed by GitHub
parent debc974d1d
commit e420166475
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      tutorials/signed-data.md

@ -8,6 +8,7 @@ First we create two identities, `creator` and `receiver`.
```javascript
const EthCrypto = require('eth-crypto');
const creatorIdentity = EthCrypto.createIdentity();
const recieverIdentity = EthCrypto.createIdentity();
```

Loading…
Cancel
Save