Skip to content

Commit

Permalink
Changed project name and added README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
willyko committed Jan 29, 2019
1 parent 1efc02b commit 512878c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Relayer - Node.js Middleware for Relaying between Syscoin Core and Geth
=======================================================================

How to use
----------
`npm install`
`pkg package.json`

This will produce portable binaries to be used in other systems
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
{
"name": "websocket",
"name": "relayer",
"version": "1.0.0",
"description": "",
"main": "relayer.js",
"bin": {
"relayer": "relayer.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
Expand Down

0 comments on commit 512878c

Please # to comment.