npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

@notcentralised/notvault-sdk

v0.9.1969

Published

NotVault is an sdk developed by NotCentralised to build self-sovereign dapps with encryption, zk proofs, ipfs and evm.

Downloads

208

Readme

NotVault     |     The Self-Sovereignty SDK

The NotVault SDK is an open-source toolset designed for the swift and secure creation of self-sovereign data workflows. Its functionality spans multiple use cases, including confidential commerce and payments, token transfers, file management, and the application of verifiable credentials. With a focus on streamlining the incorporation of Zero Knowledge Proof (ZKP) technology, NotVault emphasises best practices for encryption, decentralisation, and peer-to-peer operations in all data exchanges.

Core Principles

NotVault operates on three fundamental principles:

  • Peer-to-Peer: To mitigate risks associated with a single point of failure.
  • Encryption: To maintain confidentiality at all times.
  • Zero Knowledge Proofs: To minimise data footprints during communication.

The functionality of NotVault mirrors that of a wallet, facilitating the private linkage of a contact ID (such as an email) to a user's wallet. Additionally, it generates a new public/private key pair used for data encryption and signing within the ecosystem. This system negates the need to access the keys of the Ethereum wallet (typically inaccessible via API) and provides a more user-friendly method of connecting with other identities.

Key Features

Developers leveraging NotVault can access a plethora of features including:

  • Wallet: Safeguards encrypted keys and metadata.
  • Credentials: Facilitates the generation and verification of zkSNARK credential proofs.
  • Vault: Manages confidential token balances and transfers.
  • Files: Enables self-sovereign and encrypted file storage capability through IPFS.
  • Commercial Deals: Supports the lifecycle management of transactional or contractual agreements, including their financial settlement. It offers self-custody escrows of token payment amounts via a peer-to-peer platform.
  • Service Bus: Provides a confidential messaging service, ensuring integrity of timestamp, source, and underlying message using a zkSNARK. Harness the power of NotVault SDK to expedite the development of secure, decentralised applications and services.

Information

For more detailed information please go to our GITBOOK.

Examples

Below is a list of Typescript examples:

License

This project is licensed under the MIT License. See the LICENSE file for details.

Authors

@NumbersDeFi Acknowledgments OpenZeppelin for their ERC20 and ERC721 implementations. The Ethereum community for their support and contributions to the ecosystem.