Skip to content

euforia/wuw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WUW (Whats Ur Wallet) Build

WUW is a service that attempts to identify the blockchain associated to a given wallet address. This service returns an SVG of the blockchain logo for the input wallet address.

It is meant to be a very simple and super lightweight service.

Usage

API

Identifiy the blockchain of the public key and get the SVG logo

GET /{base58_encoded_public_key}[?size={svg_logo_diameter}]

Identify the blockchain of the public key and return a JSON object containing the name and the SVG logo string.

GET /{base58_encoded_public_key}[?size={svg_logo_diameter}]
Accept: application/json

About

Whats Ur Wallet: Identify the blockchain of a public key

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published