Luke Childs
|
fa3d5772cb
|
Add Twitter card details
|
6 years ago |
Luke Childs
|
545f2bf10a
|
Don't wait for DOM
|
6 years ago |
Luke Childs
|
4ec4a83555
|
Merge pull request #1 from lukechilds/website
Demo Website
|
6 years ago |
Luke Childs
|
1e51c26851
|
Allow Travis to lint website
|
6 years ago |
Luke Childs
|
ec961b0067
|
Keep XO happy
|
6 years ago |
Luke Childs
|
e67d2e1dfe
|
Change word count slider value text colour
|
6 years ago |
Luke Childs
|
1327423a94
|
Move word count slider title closer
|
6 years ago |
Luke Childs
|
b59d21a52c
|
Link to iancoleman.io/bip39
|
6 years ago |
Luke Childs
|
bdaebf4f16
|
Remove hardcoded version
|
6 years ago |
Luke Childs
|
7e4c548966
|
Add anchor styles
|
6 years ago |
Luke Childs
|
053567a719
|
Add footer
|
6 years ago |
Luke Childs
|
391ba18ba4
|
Add min-width
|
6 years ago |
Luke Childs
|
9bda8659b0
|
Don't outline elements on focus
|
6 years ago |
Luke Childs
|
9a9fd36c4e
|
Button hover effect
|
6 years ago |
Luke Childs
|
ba50c1e581
|
Add entropy description
|
6 years ago |
Luke Childs
|
b4d06a78b4
|
Wrap 15 word seeds
|
6 years ago |
Luke Childs
|
0b23d4c0b2
|
Vertically center seed phrase text in box
|
6 years ago |
Luke Childs
|
71d1a695a9
|
Refactor slider to use JS lib and style
|
6 years ago |
Luke Childs
|
92f377b9b3
|
Style regen button
|
6 years ago |
Luke Childs
|
8a3ff44508
|
Split long seed phrases at aesthetic points
|
6 years ago |
Luke Childs
|
42fa37f928
|
Colour seed phrase words
|
6 years ago |
Luke Childs
|
f4b9c84ca5
|
Generate => Regenerate
|
6 years ago |
Luke Childs
|
deb8c6441c
|
Add basic styles
|
6 years ago |
Luke Childs
|
ebfd693adb
|
Flesh out website layout
|
6 years ago |
Luke Childs
|
2dfef1c3e0
|
Add basic logic
|
6 years ago |
Luke Childs
|
c4d12b095a
|
Initial website commit
|
6 years ago |
Luke Childs
|
3a88705613
|
1.0.0
|
6 years ago |
Luke Childs
|
73a1634d7c
|
Add entropy summary
|
6 years ago |
Luke Childs
|
72717ca728
|
Add comparison table
|
6 years ago |
Luke Childs
|
8027a40701
|
Document entropy
|
6 years ago |
Luke Childs
|
7066a35e94
|
Add BIP39 to keywords
|
6 years ago |
Luke Childs
|
6ba61722d5
|
Add readme
|
6 years ago |
Luke Childs
|
ec7bcddf5b
|
0.1.0
|
6 years ago |
Luke Childs
|
f254a8fca8
|
Add metadata to package.json
|
6 years ago |
Luke Childs
|
1561ce410c
|
Add LICENSE
|
6 years ago |
Luke Childs
|
d299d1b876
|
Fix lint errors
|
6 years ago |
Luke Childs
|
0e03887504
|
Improve test readability
|
6 years ago |
Luke Childs
|
10921ce5f5
|
Test seed phrase doesn't include the same Doge modifier twice
|
6 years ago |
Luke Childs
|
d2fa3e61e9
|
Test throws on invalid bit length
|
6 years ago |
Luke Childs
|
3cdd8c3b22
|
Don't infer 128 bits from falsey bit value
|
6 years ago |
Luke Childs
|
d88802968f
|
Test bit length is configurable
|
6 years ago |
Luke Childs
|
4cac1c3379
|
Test default seed phrase length is 12 words
|
6 years ago |
Luke Childs
|
f418424144
|
Add tests
|
6 years ago |
Luke Childs
|
58f2fa1ba5
|
Update .gitignore and remove yarn.lock
|
6 years ago |
Luke Childs
|
4e7bf44e6a
|
Fix lint errors
|
6 years ago |
Luke Childs
|
718c3bf506
|
Add linting
|
6 years ago |
Luke Childs
|
03cdde78c3
|
Don't use default parameters for IE compatibility
|
6 years ago |
Luke Childs
|
a55496b3ec
|
Throw error on invalid bit value
|
6 years ago |
Luke Childs
|
9b43a789dc
|
bits => strength
Strength isn't accurate because we lose some entropy with the doge modifiers.
|
6 years ago |
Luke Childs
|
3e80f2da23
|
Manually create entropy for better performance
Way faster than brute forcing randomly generated seeds
|
6 years ago |