mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-26 14:45:50 +00:00
Created javascript tutorial with feedback from @mDuo13 and @JST5000 to teach folks how to build a wallet for the xrpl using javascript.
8 lines
116 B
Plaintext
8 lines
116 B
Plaintext
{
|
|
"trailingComma": "es5",
|
|
"printWidth": 150,
|
|
"tabWidth": 4,
|
|
"singleQuote": true,
|
|
"semi": true
|
|
}
|