Git Product home page Git Product logo

Comments (5)

nodh avatar nodh commented on August 12, 2024 1

As mentioned in the Readme: https://github.com/ehn-dcc-development/hcert-kotlin#usage-js
Build the module either for development or production:

./gradlew jsBrowserDevelopmentWebpack
./gradlew jsBrowserProductionWebpack

from hcert-kotlin.

jumpjack avatar jumpjack commented on August 12, 2024

Seriously, why don't you include the core of your library in your repo?!?

from hcert-kotlin.

JesusMcCloud avatar JesusMcCloud commented on August 12, 2024

Seriously, why don't you include the core of your library in your repo?!?

We may have a misunderstanding here.

This is a Kotlin multiplatform project. Hence, there are no JavaScript sources, only compiler output targeting JS (browser or NodeJS; see readme) and the JVM, All the sources and everything required to build a working JS and JVM lib are there and build instructions are documented (see previous comment). Consequently, the core, all testcases, test data, etc is present and placed according to the usual conventions.

If you're having trouble building any of the targets, or if the readme is unclear or misleading, please elaborate. We're happy to receive feedback. Our intent has always been to make this project accessible and to have work well on different targets.

from hcert-kotlin.

jumpjack avatar jumpjack commented on August 12, 2024

I am looking for a COSE pure javascript library ready for use, so this repo is not for me.

from hcert-kotlin.

JesusMcCloud avatar JesusMcCloud commented on August 12, 2024

Feel free to look through our JS dependencies for pointers. We use the excellent cose-js, btw and recently upstreamed a contribution such that it fulfils all requirements for handling the EU's DCCs.
Just to be clear: this repo contains a full-blown multiplatform implementation for creating and verifying DCCs in the browser and on JVM targets including Android. It is fully usable in the browser, since it produces pure JavaScript without any NodeJS dependencies by default.

Good luck!

from hcert-kotlin.

Related Issues (20)

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.