Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
1 result

dup-tools-front

  • Clone with SSH
  • Clone with HTTPS
  • Éloïs's avatar
    Éloïs authored
    f1c46f53
    History

    DUP Tools front

    Based on the create-wasm-app template to provide a full js interface using dup-tools-wasm, a toolbox for developers wishing to use the DUP procotole.

    Currently, only the document validator feature is implemented, but the dup-tools-wasm library already allows you to do potentially much more !

    Supported browsers

    • Firefox
    • Chrome/Chromium

    Usage

    You can use DUP Tools directly on the web: https://tools.duniter.io/dup-tools-front/.

    For local use, you only need npm :

    npm install
    npm start

    Then open localhost:8080 in a supported browser.

    Change port

    If you are already using port 8080 for your developments, you can change the port by modifying package.json file as follows :

    In the scripts section, modify the start command:

    Replace "start": "webpack-dev-server" by "start": "webpack-dev-server --port NEW_PORT"