https://github.com/interledgerjs/ilp-store-simpledb
ILP store for plugins using AWS SimpleDB
https://github.com/interledgerjs/ilp-store-simpledb
Last synced: 21 days ago
JSON representation
ILP store for plugins using AWS SimpleDB
- Host: GitHub
- URL: https://github.com/interledgerjs/ilp-store-simpledb
- Owner: interledgerjs
- Created: 2018-01-10T19:20:12.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-19T19:41:18.000Z (almost 8 years ago)
- Last Synced: 2025-02-25T14:56:17.773Z (over 1 year ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ILP Store SimpleDB
> ILP Store for Plugins using AWS SimpleDB
```js
const store = new SimpleDBStore({
accessKey: 'xxxxxxx',
secret: 'xxxxxxx',
domain: 'MyDomain' // default: 'ILP'
})
```