Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Purpose:
---
Provide a demo applications that does signing and validation. The user will create a signature, and then validate it against a Solidity smart contract.
Provide a demo application that does signing and validation. The user will create a signature, and then validate it against a Solidity smart contract.

Requirements:
----
Expand All @@ -11,7 +11,7 @@ Requirements:

Setup:
----
1. Start privae Ethereum node (`geth --datadir ... --networkid ... --mine --minerthreads 1 --rpc ...`)
1. Start private Ethereum node (`geth --datadir ... --networkid ... --mine --minerthreads 1 --rpc ...`)
2. Clone repo
3. cd into repo
4. npm install
Expand Down