Esteban Ordano
debcb89996
Refactor readme
10 years ago
Ryan X. Charles
b38a6671f7
clarify README
10 years ago
Ryan X. Charles
11919a5fee
clarify README
10 years ago
Ryan X. Charles
8b0b30e226
Initial commit of Full Node
all current code is forked from bitcore2
10 years ago
Ryan X. Charles
fd499089bb
update readme to reflect toJSON/fromJSON
...rather than toObject/fromObject, which I had considered doing before, but
decided toJSON/fromJSON was more explicit.
10 years ago
Ryan X. Charles
7647663a5e
typo
10 years ago
Peter Todd
2db942d65a
Minor: spelling
10 years ago
Ryan X. Charles
adbb260e70
also have keys and messages
10 years ago
himynameismartin
4fa3b235a9
Added JavaScript and HTML syntax highlighting
10 years ago
Ryan X. Charles
e6af57f4fa
script.toBuffer();
10 years ago
Ryan X. Charles
6ffb6574ed
comment about npm shrinkwrap
10 years ago
Ryan X. Charles
c345d5dd19
improve README slightly
11 years ago
Ryan X. Charles
ee0dff9e2e
another reason to perfer bitcore2
11 years ago
Ryan X. Charles
95a0bccda6
new principle for bitcore2
11 years ago
Ryan X. Charles
4f90478aa6
keep track of advantages over old bitcore
11 years ago
Ryan X. Charles
1550d5ec83
add basic info about what this library is to README
11 years ago
Ryan X. Charles
337b19849c
fork bitcore from privsec
11 years ago
Ryan X. Charles
381481fb7c
rename back to privsec
...if this package ever actually turns into bitcore2, then we will rename it
again.
11 years ago
Ryan X. Charles
b783b58762
rename privsec -> bitcore
11 years ago
Ryan X. Charles
e743e265df
add README
11 years ago
Ryan X. Charles
aaadbc81a1
modify README and commit examples.md
...to reflect usage of gulp, which automatically builds the examples.md file
from the examples in the examples/* directory.
11 years ago
Gabe
6fac03527f
Updated readme.md
-removed old examples
-added link to new examples.md
Do not forget to run "gulp" everytime you make changes in examples folder.
11 years ago
Ryan X. Charles
bba0945581
add explanation of building the browser bundle to README
11 years ago
Manan Patel
8a91fa272a
Updating links in README.md
11 years ago
Manuel Araoz
5c449390ac
add badge
11 years ago
Andy Alness
ec6400a5c1
RPC not required.
11 years ago
Manan Patel
e5d23547c0
Update README.md
Updated link to RpcClient.js
11 years ago
Manuel Araoz
fc1dcbd9d0
fix and improve SendTx example
11 years ago
Matias Alejo Garcia
2a7eba9f6b
Update TransactionBuilder name
11 years ago
Simon Schoeters
bc8a554536
Fix undefined `Unspent` variable in the P2P transaction readme example
11 years ago
xubo zhang
7a88c31164
change remainderAddress to remainderOut
should use remainderOut in TransactionBuilder’s opts;
11 years ago
Manuel Araoz
d1e32e84c5
added travis badge
11 years ago
Manuel Araoz
71353426f6
network refactors
11 years ago
Matias Alejo Garcia
9fc2493a6d
remove .init(), move it to constructor
11 years ago
Matias Alejo Garcia
26b7f89f39
update examples and readme
11 years ago
HeavyWeight
b24b635778
Update README.md
11 years ago
Ryan X. Charles
fcd52576fc
update README to explain tests and code coverage report
11 years ago
Matias Alejo Garcia
aab52ad229
updated interfase to create: create and createAndSign
11 years ago
Ryan X. Charles
d8eebd6f67
update basic example to use new interface
11 years ago
Manuel Araoz
1732ec2ced
add new example
11 years ago
Manuel Araoz
c339fb1f2f
change README names
11 years ago
Manuel Araoz
0394c14ee7
update README for browser version
11 years ago
Manuel Araoz
13b1431c56
change default way of validating Addresses
11 years ago
Ryan X. Charles
0adbc55e82
make browser tests work by including testdata
...testdata was not being loaded correctly by the new browserify.js file, and
thus not all the tests were working. I have fixed this by including "testdata"
as one of the modules that is compiled by the browserify.js script.
11 years ago
Matias Alejo Garcia
a1ebf75717
migrate examples to soop
11 years ago
Manuel Araoz
e25e54ca93
clarify need for bitcoind in examples
11 years ago
Manuel Araoz
58da54d26b
update README for html example
11 years ago
Adam Brady
506a6c4208
Clean up & fix examples
11 years ago
lazaruslarue
e34afc4f38
Update README.md
Correcting a typo
11 years ago
Timon Rapp
bd73e26a4c
Updated example in README.md
11 years ago