This ClojureScript library provides an implementation of EIP-55 EIP-55.
Latest released version of this library:
There is only one function address->checksum, which converts an arbitrary case address to EIP-55 checksumed address.
- Run test suite:
- Browser
npx shadow-cljs watch test-browser- open https://d0x-vm:6502
- tests refresh automatically on code change
- CI (Headless Chrome, Karma)
npx shadow-cljs compile test-ciCHROME_BIN=`which chromium-browser` npx karma start karma.conf.js --single-run
- Build
- on merging pull request to master on GitHub, CI builds & publishes new version automatically
- update version in
build.clj - to build:
clj -T:build jar - to release:
clj -T:build deploy(needsCLOJARS_USERNAMEandCLOJARS_PASSWORDenv vars to be set)