Skip to content

Reference implementation for encoding and decoding Zcash Tex addys in js

License

Notifications You must be signed in to change notification settings

autotunafish/texes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

texes

Reference implementation for encoding and decoding Zcash Tex addys in js.

To run, copy down the file (obviously) and in the file directory, run

  •  npm install bech32 
    

and

  •    npm install bs58check 
    

(or both at the same time whatevs). Open the file and paste your transparent address to be converted and/or tex address to be reverted. The script does both as an example. Run the command

  •    node texes.js 2>/dev/null
    

The 2>/dev/null suppresses an error, run without to see. From https://zips.z.cash/zip-0320#reference-implementation

About

Reference implementation for encoding and decoding Zcash Tex addys in js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published