资源算法wax-orng

wax-orng

2020-02-12 | |  49 |   0 |   0

The WAX RNG Native Blockchain Service

  • Is open source and is a blockchain-native service that developers can easily integrate into their dApps.

  • Is based on the Signidice algorithm and RSA verification. Signidice was chosen for its excellent randomization and non-gameablity characteristics, in addition to yielding a cleaner workflow for dApp developers and being provably fair. RSA verification ensures uniqueness of the signature and removes the ability for the results to be manipulated (if any other type of signing algorithm were used, it would allow many valid signatures for the same signing_value which could result in manipulation).

  • Can easily be established as provably fair. The self-verifying WAX RNG Native Blockchain Service confirms that the RSA signature that comes back from the WAX RNG oracle is valid and authentic before being utilized by the dApp. When dApp customers can easily establish fairness, they have a higher degree of confidence in using the dApp.

For more information, check out the WAX blog.

Building the smart contract and its unit tests

  • Requirements

    • docker, installed and configured to run without sudo

    • make

  • Build and test

    # Start the development dockermake dev-docker-start# Build the smart contract and unit testsmake build# Run testsmake test# Optional, build and testmake all# Clean all and exitmake cleanexit

License

MIT


上一篇:Larval-ORN

下一篇:fcn.berkeleyvision.org

用户评价
全部评价

热门资源

  • seetafaceJNI

    项目介绍 基于中科院seetaface2进行封装的JAVA...

  • spark-corenlp

    This package wraps Stanford CoreNLP annotators ...

  • Keras-ResNeXt

    Keras ResNeXt Implementation of ResNeXt models...

  • capsnet-with-caps...

    CapsNet with capsule-wise convolution Project ...

  • inferno-boilerplate

    This is a very basic boilerplate example for pe...