JSPM

@dashevo/wasm-dpp

0.24.0-dev.15
    • ESM via JSPM
    • ES Module Entrypoint
    • Export Map
    • Keywords
    • License
    • Repository URL
    • TypeScript Types
    • README
    • Created
    • Published
    • Downloads 749
    • Score
      100M100P100Q101532F
    • License MIT

    The JavaScript implementation of the Dash Platform Protocol

    Package Exports

    • @dashevo/wasm-dpp
    • @dashevo/wasm-dpp/dist/index.js

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@dashevo/wasm-dpp) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    Dash Platform Protocol JS

    NPM Version Build Status Release Date standard-readme compliant

    The WASM JavaScript binding of the Rust implementation of the Dash Platform Protocol

    THIS IS A DEV VERSION, NOT INTENDED FOR A PRODUCTION USAGE JUST YET

    Dev environment

    In order for this binding to work, you have to have a rs-platform cloned alongside platform repo, so you can have access to the rust dpp.

    IMPORTANT!

    Build on a Mac

    To build on a mac, you need to perform two steps. First, install clang from the homebrew. XCode's clang doesn't ship with the WASM support. Second, just adding llvm to the .zshrc doesn't seem to work - run AR=/usr/local/opt/llvm/bin/llvm-ar CC=/usr/local/opt/llvm/bin/clang yarn workspace @dashevo/wasm-dpp build:node instead.

    Alternatively, you can add the following to the yarn workspace @dashevo/wasm-dpp build:node:mac instead.

    Class names minification

    Library consumers must ignore class names minification for @dashevo/wasm-dpp library in their bundlers.

    Table of Contents

    Install

    TODO

    Usage

    TODO

    Maintainer

    @antouhou

    Contributing

    Feel free to dive in! Open an issue or submit PRs.

    License

    MIT © Dash Core Group, Inc.