Coder Social home page Coder Social logo

gamechangerfinance / unimatrix Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 589 KB

Unimatrix Sync is a decentralized, privacy preserving, transaction witness sharing and pairing solution for multisignatures or deferred signatures. It was originally created for GameChanger Wallet to improve it's multisignature user experience and boost multisig dapps and services around it.

Home Page: https://gamechanger.finance/

License: Other

JavaScript 3.93% TypeScript 95.98% Shell 0.10%

unimatrix's Introduction

Unimatrix Sync

A decentralized, privacy preserving, transaction witness sharing and pairing library for multisignatures or deferred signatures. It was originally created for GameChanger Wallet to improve it's multisignature user experience and boost the multisig dapp and service ecosystem

On Unimatrix, each node reads and shares encrypted data over GunDB, a decentralized key-value store. Unimatrix creates channels using obfuscated (hashed) keys and encrypted data values, only allowing the bearers of certain channel parameters and right data to locate and decrypt the information.

IMPORTANT

This repository is under deep development, documentation, examples, official npm package publishing and wallet-side updates after breaking changes are yet pending.

Coming soon!

Development

Set up tools and environment

Install dependencies

Install dependencies with npm:

npm i

Test

Test your code with Jest framework:

npm run test

Build

Build production (distribution) files in your dist folder:

npm run build

Try it locally

Run:

npm link

npm link will create a symlink in the global folder, which may be {prefix}/lib/node_modules/@gamechanger-finance/unimatrix or C:\Users<username>\AppData\Roaming\npm\node_modules@gamechanger-finance/unimatrix.

Create an empty folder elsewhere, you don't even need to npm init (to generate package.json). Open the folder with VS Code, open a terminal and just run:

npm link @gamechanger-finance/unimatrix

This will create a symbolic link from globally-installed @gamechanger-finance/unimatrix to node_modules/ of the current folder.

You can then create a, for example, example.ts file with the content:

import { ... } from '@gamechanger-finance/unimatrix'
...

If you don't see any linting errors in VS Code, if you can use library functions in your code, then it's all good.

Whenever you want to uninstall the globally-installed @gamechanger-finance/unimatrix and remove the symlink in the global folder, run:

npm uninstall @gamechanger-finance/unimatrix -g

unimatrix's People

Contributors

zxpectre avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.