Hashpack / hashconnect

Hashconnect library, readme in progress
BSD Zero Clause License
45 stars 38 forks source link

Added ability to support running server side and fixed commonjs compatibility #124

Closed pwoosam closed 2 years ago

pwoosam commented 2 years ago

Fixes #92

Also adds support for running hashconnect in a console app / server-side. TS is now compiled to CommonJS modules with ESM compatibility. This should support both CommonJS and ESM applications.