All Projects → eoswindev → Contract

eoswindev / Contract

Play EOS Game On

Projects that are alternatives of or similar to Contract

Wasm Ffi
A lightweight FFI library for JavaScript and WebAssembly
Stars: ✭ 54 (-26.03%)
Mutual labels:  webassembly
Disable Webassembly
Browser hacks to disable WebAssembly (WASM)
Stars: ✭ 63 (-13.7%)
Mutual labels:  webassembly
Create Near App
Create a starter app hooked up to the NEAR blockchain
Stars: ✭ 66 (-9.59%)
Mutual labels:  webassembly
Tokamak
SwiftUI-compatible framework for building browser apps with WebAssembly and native apps for other platforms
Stars: ✭ 1,083 (+1383.56%)
Mutual labels:  webassembly
Blazor Wasm Identity Grpc
Blazor WASM, IdentityServer4, Kestrel Web Server, Entity Framework Code First SQLite Database with Multiple Roles, Additional User Claims & gRPC with Roles Authorization.
Stars: ✭ 61 (-16.44%)
Mutual labels:  webassembly
Wasmer Python
🐍🕸 WebAssembly runtime for Python
Stars: ✭ 1,131 (+1449.32%)
Mutual labels:  webassembly
Wasmjit
Small Embeddable WebAssembly Runtime
Stars: ✭ 1,063 (+1356.16%)
Mutual labels:  webassembly
Magnum Bootstrap
Bootstrap projects for Magnum C++11/C++14 graphics engine
Stars: ✭ 69 (-5.48%)
Mutual labels:  webassembly
Low Latency Android Ios Linux Windows Tvos Macos Interactive Audio Platform
🇸Superpowered Audio, Networking and Cryptographics SDKs. High performance and cross platform on Android, iOS, macOS, tvOS, Linux, Windows and modern web browsers.
Stars: ✭ 1,121 (+1435.62%)
Mutual labels:  webassembly
Magnum Plugins
Plugins for the Magnum C++11/C++14 graphics engine
Stars: ✭ 66 (-9.59%)
Mutual labels:  webassembly
Proxy Wasm Cpp Sdk
WebAssembly for Proxies (C++ SDK)
Stars: ✭ 55 (-24.66%)
Mutual labels:  webassembly
Tail Call
Proposal to add tail calls to WebAssembly
Stars: ✭ 61 (-16.44%)
Mutual labels:  webassembly
Dockerdot
🐳 dockerdot shows dockerfile dependenciy graph. This is useful to understand how build dockerfile. This uses Go WebAssembly + BuildKit package.
Stars: ✭ 65 (-10.96%)
Mutual labels:  webassembly
Rust By Example Ext
Rust by Example -- Extended Edition
Stars: ✭ 56 (-23.29%)
Mutual labels:  webassembly
Muze
Composable data visualisation library for web with a data-first approach now powered by WebAssembly
Stars: ✭ 1,153 (+1479.45%)
Mutual labels:  webassembly
Bisweb
This is the repository for the BioImage Suite Web Project
Stars: ✭ 54 (-26.03%)
Mutual labels:  webassembly
Rust Webapp Template
Template project for Rust web app
Stars: ✭ 64 (-12.33%)
Mutual labels:  webassembly
Veracruz
Main repository for the Veracruz privacy-preserving compute project.
Stars: ✭ 71 (-2.74%)
Mutual labels:  webassembly
Web Audio Javascript Webassembly Sdk Interactive Audio
🌐 Superpowered Web Audio JavaScript and WebAssembly SDK for modern web browsers. Allows developers to implement low-latency interactive audio features into web sites and web apps with a friendly Javascript API. https://superpowered.com
Stars: ✭ 68 (-6.85%)
Mutual labels:  webassembly
Qt
Qt binding for Go (Golang) with support for Windows / macOS / Linux / FreeBSD / Android / iOS / Sailfish OS / Raspberry Pi / AsteroidOS / Ubuntu Touch / JavaScript / WebAssembly
Stars: ✭ 8,966 (+12182.19%)
Mutual labels:  webassembly

EOS.Win - purely on-chain decentralized platform

We are glad to announce that all games on EOS.Win are open source, including Dice, Lottery, BLACKJACK and Jackpot. We wish we can contribute to the development of EOS ecosystem.

As we emphasized before, EOS.Win doesn't have local servers and all the random numbers are purely generated by blockchain.

For contracts deploying each time in the future, we will update the contract.

  1. Synchronize the codes verification on EOSPark.
  2. Synchronize the codes on Github.

Verifying the consistencey of on-chain contract hash (take Dice for example):

$ sha256sum dice.wasm
$ db7174b9bf28874c7e30d3b3e4aade0ce96779d582ad5a9cdf98727134a529be  dice.wasm

On-chain contract hash:

  1. Dice
  2. Lottery
  3. BLACKJACK

You can verify consistency between local hash and on-chain hash.

Random Number Verify:

$ cleos push action eosluckydice verify '["your_receipt_seed"]' -p youraccount

Lucky Draw Random number verify:

$ cleos push action eosluckydice luckreceipt '["your_receipt_seed"]' -p youraccount

These implements also can be done on bloks.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].