All Projects → youbaoio → Eos3d Contract

youbaoio / Eos3d Contract

柚宝游戏

Labels

Projects that are alternatives of or similar to Eos3d Contract

Libgphoto2
The libgphoto2 camera access and control library.
Stars: ✭ 637 (+577.66%)
Mutual labels:  eos
Tiny.scatter
Scatter compatible eos injection library
Stars: ✭ 31 (-67.02%)
Mutual labels:  eos
Openapi
DragonEx OpenAPI
Stars: ✭ 54 (-42.55%)
Mutual labels:  eos
Awesome Blockchain
⚡️Curated list of resources for the development and applications of blockchain.
Stars: ✭ 937 (+896.81%)
Mutual labels:  eos
Eosio sql plugin
EOSIO sql database plugin
Stars: ✭ 21 (-77.66%)
Mutual labels:  eos
Blockchain Learning
Learn and promote blockchain together by writing
Stars: ✭ 44 (-53.19%)
Mutual labels:  eos
Eos Go
EOS.IO Go API library
Stars: ✭ 531 (+464.89%)
Mutual labels:  eos
Eosdice
open source bocai game
Stars: ✭ 67 (-28.72%)
Mutual labels:  eos
Blockchain
区块链技术
Stars: ✭ 28 (-70.21%)
Mutual labels:  eos
Blockchainage
「区块链技术指北」相关资料。
Stars: ✭ 51 (-45.74%)
Mutual labels:  eos
Token Core Ios
a blockchain private key management library on iOS
Stars: ✭ 850 (+804.26%)
Mutual labels:  eos
Scala Api Wrapper
A Scala wrapper for EOS RPC API
Stars: ✭ 14 (-85.11%)
Mutual labels:  eos
Eos Mainnet
Ansible repo for setting up an EOS RPC API node and syncing to the mainnet
Stars: ✭ 45 (-52.13%)
Mutual labels:  eos
Awesome Blockchain
区块链白皮书、书籍、交易所、币种、自媒体等资源汇总 💯
Stars: ✭ 747 (+694.68%)
Mutual labels:  eos
Scatter
Scatter is an in-browser ( extension ) wallet for EOS which facilitates interaction between users and dapps.
Stars: ✭ 59 (-37.23%)
Mutual labels:  eos
Token Core Android
a blockchain private key management library on android
Stars: ✭ 613 (+552.13%)
Mutual labels:  eos
Blockchain
区块链、交易所、币种、自媒体、高频交易策略
Stars: ✭ 37 (-60.64%)
Mutual labels:  eos
Jeos
EOS Blockchain Java SDK
Stars: ✭ 67 (-28.72%)
Mutual labels:  eos
Eos Awesome Contracts
List of open source contracts for EOSIO blockchains
Stars: ✭ 66 (-29.79%)
Mutual labels:  eos
Mydicebot.github.io
★MyDiceBot★ - Ultimate Bitcoin Dice Bot. Bet More, Earn More!
Stars: ✭ 48 (-48.94%)
Mutual labels:  eos

eos3d.io 和 eosday.io 智能合约源代码

为了让玩家放心,我们完全开放了源代码,并且主动放弃了对于智能合约的任何控制权限。

短版(6小时 + 1分钟版):

长版(24小时 + 1小时版):

如何确认合约权限已经移交

$ cleosm get account eos3dio12345
permissions:
     owner     1:    1 [email protected],
        active     1:    1 [email protected],
memory:
...
$ cleosm get account eosdayeosday
permissions:
     owner     1:    1 [email protected],
        active     1:    1 [email protected],
memory:
...

通过 get account 命令可以查看合约账户权限,owner 权限已经移交给了 eosio.prods,即所有的出块节点(BP),active 权限为合约代码本身,这是为了可以利用合约实现自动提币。开发团队已经对合约没有任何控制权限。

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].