issues
search
bitchan
/
bitmessage
JavaScript Bitmessage library
https://bitchan.github.io/bitmessage/docs/
Creative Commons Zero v1.0 Universal
39
stars
22
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
var Address = require("bitmessage").Address; // Generate a new random Bitmessage identity. var addr1 = Address.fromRandom(); console.log("New random Bitmessage address:", addr1.encode()); // Or create it from passphrase. var addr2 = Address.fromPassphrase("test"); console.log("Deterministic Bitmessage address:", addr2.encode());
#19
ghost
opened
4 years ago
0
Pure JS bignum fallback
#18
Kagami
opened
8 years ago
0
Fix for latest nan and eccrypto
#17
Kagami
closed
8 years ago
0
wrapping ntohll in ifndef for mac
#16
echom
closed
9 years ago
1
Accept SHA-256 signatures
#15
Kagami
opened
9 years ago
0
Automatically generate acknowledgment for msg object
#14
Kagami
opened
9 years ago
0
Extract transports into separate library
#13
Kagami
closed
9 years ago
0
WebRTC transport
#12
Kagami
closed
9 years ago
1
Document conventions
#11
Kagami
opened
9 years ago
0
Don't accept private IPs in addr message
#10
Kagami
closed
9 years ago
0
Add more usage examples
#9
Kagami
closed
9 years ago
2
Better error handling
#8
Kagami
opened
9 years ago
1
Timing attacks mitigation
#7
Kagami
closed
9 years ago
1
Better objects validation
#6
Kagami
opened
9 years ago
3
Document all option objects
#5
Kagami
closed
9 years ago
0
Think through the API, make it more consistent
#4
Kagami
opened
9 years ago
0
POW speed
#3
Kagami
closed
9 years ago
2
Documentation
#2
Kagami
closed
9 years ago
0
Benchmarks
#1
Kagami
closed
9 years ago
1