This website works better with JavaScript.
Home
Explore
Help
Sign In
lukechilds
/
bitcoincashjs
mirror of
https://github.com/lukechilds/bitcoincashjs.git
Watch
1
Star
0
Fork
0
Code
Issues
Projects
Releases
Wiki
Activity
2651
Commits
3
Branches
7
Tags
11 MiB
Tree:
9a50958943
bitcoincashjs
/
gulpfile.js
6 lines
64 B
Raw
Normal View
History
Added gulp task to concat /examples/*.js into ./examples.md
11 years ago
Add .toScriptHashOut() to scripts - Also sort gulpfile dependencies
10 years ago
Fix package.json by replacing gulp-bitcore with bitcore-build
10 years ago
var
bitcoreTasks
=
require
(
'bitcore-build'
)
;
automate release process
10 years ago
Fix package.json by replacing gulp-bitcore with bitcore-build
10 years ago
bitcoreTasks
(
)
;