Update ripple-lib samples to 1.10.0

- Removes lodash dependecy for web version
- Uses the new generateFaucetWallet() API method
- Make 'issue a token' code capable of running in-browser or in Node.js
  without modification
This commit is contained in:
mDuo13
2021-08-24 14:38:07 -07:00
parent cff0fcc716
commit d6e06ae140
18 changed files with 52 additions and 89 deletions

View File

@@ -1,6 +1,5 @@
{
"dependencies": {
"node-fetch": "^2.6.1",
"ripple-lib": "^1.9.8"
"ripple-lib": "^1.10.0"
}
}