-
Updated
Apr 9, 2022 - Java
#
zk
Here are 107 public repositories matching this topic...
iDempiere. Community Powered Enterprise. Full Open Source Business Suite ERP/CRM/MFG/SCM/POS
-
Updated
May 7, 2022 - Java
enhancement
New feature or request
help wanted
Extra attention is needed
good first issue
Good for newcomers
Contract
Contract class
6
Open
Guides
1
ZKLibrary is PHP library for reading and writing data to attendance device using UDP protocol. This library useful to comunicate between web server and attendance device directly without addition program. This library is implemented in the form of class. So that you can create an object and use it functions.
fingerprint
fingerprint-authentication
attendance
fingerprint-scanner
fingerprint-sensor
fingerprint-validation
facerecognition
zk
attendance-device
zk-technology
retinal-images
retina-api
biometric-identification
fingerprint-identification
-
Updated
Feb 24, 2020 - PHP
-
Updated
Apr 20, 2022 - Java
An efficient and generalized implementation of the IKOS-style KKW proof system (https://eprint.iacr.org/2018/475) for arbitrary rings.
-
Updated
Feb 4, 2022 - Rust
An example of how generate zero-knowledge proofs and verify using an Ethereum smart contract.
ethereum
smart-contracts
blockchain
verification
proofs
zk
zero-knowledge
zk-snarks
zero-knowledge-proofs
snarkjs
-
Updated
Oct 17, 2019
Neovim plugin as a lightweight wrapper around https://github.com/mickael-menu/zk
-
Updated
Aug 16, 2021 - Lua
A curated list of awesome resources about blockchain scalability.
-
Updated
Apr 30, 2022
The unofficial library of zksoftware the fingerprint attendance machine
-
Updated
Apr 25, 2022 - Python
ZKLibrary is PHP library for reading and writing data to attendance device using UDP protocol. This library useful to comunicate between web server and attendance device directly without addition program. This library is implemented in the form of class. So that you can create an object and use it functions.
-
Updated
Feb 16, 2019 - PHP
Playground for ZoKrates ZK Snark toolbox for Ethereum
-
Updated
May 24, 2019 - Swift
knowledgebase sharing experiment
learning
notes
obsidian
pkm
personal-knowledge-base
knowledge-management
zk
zettelkasten
digital-garden
zettel
second-brain
personal-knowledge-management
digital-brain
evergreen-notes
personal-knowledge-system
-
Updated
Nov 2, 2020
zettelkasten zettelkasten .vscode plugin for applying zettelkasten notation.
visualization
markdown
wiki
vscode
notation
vscode-extension
zk
wiki-links
vscode-plugin
zettelkasten
zettel
zk-files
timestamp-title
-
Updated
Aug 17, 2020 - TypeScript
Using zookeeper to allocate work id for snowflake algorithm
-
Updated
Jun 7, 2020 - Java
Improve this page
Add a description, image, and links to the zk topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the zk topic, visit your repo's landing page and select "manage topics."


throw an error in starknet.js if input object has additional keys that cant be used as input arguments
https://github.com/seanjameshan/starknet.js/blob/d9ec6d3ea3cc0dbf3538fb2fe7b5e1d8a8831490/src/contract.ts#L76
As a dev it's annoying if you pass an object which looks right but don't get an error.
example: argentlabs/argent-x#382
maybe somebody can pick tis up fast