framework icon indicating copy to clipboard operation
framework copied to clipboard

0xcert Framework - JavaScript framework for building decentralized applications - build something unique

Results 8 framework issues
Sort by recently updated
recently updated
newest added

Here is a list of strings that might cause a problem for our Merkle implementation. https://github.com/minimaxir/big-list-of-naughty-strings We could add these to our tests...

enhancement

Work has been done by the [MicroHE project](https://github.com/MicroCredentials/MicroHE) in the direction of creating a Micro-Credential Meta-data Standard. The logic is the following: The European Qualification Framework (EQF) enables learners, learning...

enhancement

EIP-1344 is passed final -- https://eips.ethereum.org/EIPS/eip-1344 Istanbul is planning to deploy this change -- https://eips.ethereum.org/EIPS/eip-1679 We should make an assessment and plan for this change. Even if that plan includes...

enhancement

Configuration and listing rules for TypeScript are inconsistent. ```sh git ls-files -s **/tslint.json 100644 8a9d81029a06447dd4df3258622dfd75eaf7d1ac 0 packages/0xcert-cert/tslint.json 100644 c57b3f0cdb7aa74ab2ab02888380f613589cbe66 0 packages/0xcert-conventions/tslint.json 100644 c57b3f0cdb7aa74ab2ab02888380f613589cbe66 0 packages/0xcert-ethereum-asset-ledger/tslint.json 100644 c57b3f0cdb7aa74ab2ab02888380f613589cbe66 0 packages/0xcert-ethereum-bitski-backend-provider/tslint.json 100644...

enhancement

Large integers, like 9999999999999999999999999 are valid in JSON files and are valid as data parts in the 0xcert conventions. However these numbers are currently not representable in JavaScript in full...

discussion

Fix: Corrected typos in source files **Changes** Corrected typo in /packages/0xcert-cert/README.md (Line 64) "priviledged" → "privileged" **Purpose** Improved code accuracy and professionalism by fixing typos.