In this tutorial we will create an ethereum-identity and use it so send transactions to the blockchain. [Creating transactions](./tutorials/creating-transactions.md).
### Sign and validate data with solidity
### Sending encrypted and signed data to other identites
## Functions
### Install
@ -133,3 +130,61 @@ Decrypts the encrypted data with the privateKey. Returns (async) the message as
);
// 'foobar'
```
### signTransaction()
Signs a raw transaction with the privateKey. Returns a serialized tx which can be submitted to the node.