Skip to content

HocusLocusTee/kaspa-js

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kluster Kaspa JS Utilities

This monorepo contains a collection of TypeScript libraries for Kaspa, with a focus on authentication and address handling.

Packages

Package Description
@kluster/kaspa-address A library for encoding and decoding Kaspa addresses.
@kluster/kaspa-signature Utilities for verifying Schnorr signatures against Kaspa addresses.
@kluster/kaspa-auth An implementation of Sign-In with Kaspa (SIWK) for decentralized authentication.

Applications

This repository also includes an example web application demonstrating the usage of these packages.

  • Web App: A Next.js application that shows how to implement a SIWK flow.

This application has been deployed for public access here: https://kluster-kaspa-auth.pages.dev/

Development

This is a Turborepo-based monorepo.

To install dependencies from the root:

npm install

To build all packages and apps:

npm run build

About

Collections of utilities to integrate with Kaspa in JS.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • TypeScript 80.1%
  • JavaScript 18.3%
  • CSS 1.6%