Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wietsewind/xrpl-vanity-to-bigquery

Harvest Vanity Addresses and store in BigQuery
https://github.com/wietsewind/xrpl-vanity-to-bigquery

Last synced: about 13 hours ago
JSON representation

Harvest Vanity Addresses and store in BigQuery

Awesome Lists containing this project

README

        

# Generate XRPL seeds & derive r-addresses

Generate a random seed for the XRPL (family seed) and derive the address. Store them in Google BigQuery for easy vanity address finding.

## Setup:

```
node setup/createDataset.js xrpl_vanity
node setup/createTable.js xrpl_vanity accounts
```