Skip to content
This repository was archived by the owner on Mar 26, 2024. It is now read-only.

Commit 33fd108

Browse files
committed
deployed bigger node
1 parent 94eb7be commit 33fd108

File tree

6 files changed

+7
-16
lines changed

6 files changed

+7
-16
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
node_modules
22
tmp/bundle/*
3-
browser-example/bundle/*
3+
browser-example/bundle*
44
.private-key.txt

browser-example/bundle/.keep

Whitespace-only changes.

browser-example/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
<div class="s50"></div>
2020

21-
<script src="bundle/bundle.js" charset="utf-8"></script>
21+
<script src="./bundle.js" charset="utf-8"></script>
2222
<script type="text/javascript">
2323
console.log("test")
2424
</script>

configs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
// infura/cloudflare/your-own-node.example...
44

5-
const RPC_HOST = "34.246.182.38"
5+
const RPC_HOST = "34.246.186.79"
66

77
// use this if you're running your own node on the same machine (your "dev box"):
88

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,8 @@
5252
"bugs": {
5353
"url": "https://github.com/makevoid/bitcoinjs-keychain/issues"
5454
},
55-
"homepage": "https://github.com/makevoid/bitcoinjs-keychain#readme"
55+
"homepage": "https://github.com/makevoid/bitcoinjs-keychain#readme",
56+
"scripts": {
57+
"build": "browserify eth-keychain-example-browser.js -o browser-example/bundle.js"
58+
}
5659
}

tmp/notes.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
### Code snippets
44

5-
65
```js
76
// node logging
87
const { inspect } = require('util')
@@ -26,17 +25,6 @@ Currently cordova has not yet added, but it will soon :D
2625

2726
- add tests :D
2827

29-
---
30-
31-
works on node
32-
33-
---
34-
35-
works on cordova
36-
37-
tested
38-
39-
4028
### notes about the project - future
4129

4230
UI - nfc 2 phones transaction

0 commit comments

Comments
 (0)