Commit Graph

5 Commits

Author SHA1 Message Date
Stefan Thomas
6918528d23 JS: Remove broken Seed parse_json string interpretation. 2013-02-08 03:57:32 +01:00
Stefan Thomas
1e3fbcb641 JS: Seed from passphrase support. 2013-02-08 03:18:46 +01:00
Stefan Thomas
55526c378c JS: Local signing bugfixes. 2013-02-07 18:35:20 +01:00
Stefan Thomas
6820c6823d Add transaction signing basics.
Most fields aren't supported yet and there aren't any nice external APIs, but my
test script successfully serializes and signs an XRP Payment, so this seems like
a good time to make a commit.
2013-02-01 22:44:04 +01:00
Stefan Thomas
24dac24d29 Refactor JavaScript library.
- Separate classes in separate modules (files)
- Constants should be associated with a class
- Replace exports.config scheme with a config singleton
- Refactor base58 functions as a static class
2013-02-01 22:44:04 +01:00