Skip to content

DuPont9029/opensolver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

openalias

an openalias solver written in js

CDN:

if you want to use this OpenAlias resolver in other HTML files, maybe you will be interested in my CDN. You can find below both the link and how to import it into your HTML file. link:

https://cdn.jsdelivr.net/gh/DuPont9029/opensolver/CDN.js

html:

<script src="https://cdn.jsdelivr.net/gh/DuPont9029/opensolver/CDN.js"></script>

CDN documentation:

in order to use the openalias resolving function, you will need to import the script, to do this paste the import script above:

<script src="https://cdn.jsdelivr.net/gh/DuPont9029/opensolver/CDN.js"></script>

after doing that you can use the openalias function:

openalias("youropenalias.oa")

which accepts a string as a parameter. the function will return two arrays: the first, named "cr", will contain the crypto:address pairs, and the second array, named "awc," that will contain only the addresses without any label indicating the cryptos.

Releases

No releases published

Packages

No packages published