Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
Geth-Modification
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张蕾
Geth-Modification
Commits
dc62fb2e
Commit
dc62fb2e
authored
Apr 24, 2015
by
obscuren
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
web3: updated
parent
92c63275
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
5 deletions
+2
-5
.gitignore
.gitignore
+0
-2
coin.html
cmd/mist/assets/examples/coin.html
+1
-2
ethereum.js
cmd/mist/assets/ext/ethereum.js
+1
-1
No files found.
.gitignore
View file @
dc62fb2e
...
...
@@ -23,8 +23,6 @@ Godeps/_workspace/bin
.project
.settings
mist
cmd/mist/mist
deploy/osx/Mist.app
deploy/osx/Mist\ Installer.dmg
...
...
cmd/mist/assets/examples/coin.html
View file @
dc62fb2e
...
...
@@ -3,7 +3,7 @@
<title>
JevCoin
</title>
<head>
<script
type=
"text/javascript"
src=
"../ext/bignumber.min.js"
></script>
<script
type=
"text/javascript"
src=
"../ext/ethereum.js/dist/
ethereum
-light.min.js"
></script>
<script
type=
"text/javascript"
src=
"../ext/ethereum.js/dist/
web3
-light.min.js"
></script>
</head>
<body>
...
...
@@ -32,7 +32,6 @@
</body>
<script
type=
"text/javascript"
>
var
web3
=
require
(
'ethereum.js'
);
var
eth
=
web3
.
eth
;
web3
.
setProvider
(
new
web3
.
providers
.
HttpProvider
(
'http://localhost:8545'
));
...
...
ethereum.js
@
f8a43edd
Subproject commit
c80ede50c3b60a482f1ec76038325ec52f5e73b0
Subproject commit
f8a43eddfb450d0e0ba1669a6916babe0ea43642
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment