0.3.47 • Published 10 months ago

@zerodao/compute v0.3.47

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

@zerodao/compute

this sub-module is part of the zerodao software development kit (sdk)

it is responsible for computation utilities. These are the most recent update default exports used for zerodao software & intefrations

for more information, see the documentation

Importing

most users will prefer to use the umbrella package, but for those with more specific needs, individual components can be imported.

    const = 
    { 
        computeRandomValue,
        getNonce,
        getPNonce,
        btcAddressToHex 
    } = require('@zerodao/compute')

License

MIT License