Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iov-one/token-finder
https://github.com/iov-one/token-finder
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/iov-one/token-finder
- Owner: iov-one
- License: apache-2.0
- Created: 2018-12-14T11:18:22.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T01:40:49.000Z (almost 2 years ago)
- Last Synced: 2023-03-01T08:02:32.109Z (almost 2 years ago)
- Language: TypeScript
- Homepage: https://iov-one.github.io/token-finder/
- Size: 17.6 MB
- Stars: 0
- Watchers: 3
- Forks: 5
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# token-finder
[![Build Status](https://travis-ci.com/iov-one/token-finder.svg?branch=master)](https://travis-ci.com/iov-one/token-finder)
A tool that converts stuff
## Get started
```
yarn install
yarn start
```Open a browser with CORS disabled, e.g. Chrome on macOS:
```
/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --disable-web-security --user-data-dir=/tmp/no-cors-user-data-dir
```Go to [http://localhost:3000/](http://localhost:3000/).
Type in example data:
* Hex data: aabbccdd
* Lisk address: 6076671634347365051L
* Weave address: f6cade229408c93a2a8d181d62efce46ff60d210
* Ed25519 pubkey: 0fd9dcc5c02ea0de495987409a6acd8080a712e91bdb8cb6dc20203d6f81877a
* BNS name: alice
* Mnemonic: sense turn maze boost short wagon habit aisle more final social wild spice rookie nominee
* Lisk passphrase: gaze grape mechanic card explain total sphere foam dwarf pact weekend hollow## License
This repository is licensed under the Apache License 2.0 (see NOTICE and LICENSE).