EOSIO 经典开源智能合约合集

  • 石头
  • 更新于 2020-02-28 15:35
  • 阅读 7506

本文 收集了一个 EOSIO 上的开源智能合约

以下是EOS.IO上的智能合约列表

eosio合约

提供 EOSIO 区块链的一些基础功能。

https://github.com/EOSIO/eosio.contracts

telos 智能合约

提供Telos区块链的一些基础功能。

https://github.com/Telos-Foundation/eosio.contracts

elemental battles

Elemental Battles是一个学习教程,引导我们完成创建基于区块链的dapp的过程。

https://github.com/EOSIO/eosio-card-game-repo

高级 eos 案例

一系列EOS合约开发实例。

https://github.com/MitchPierias/Advanced-EOS-Examples

eosio.forum

EOSIO区块链上简单论坛和投票dapp。

https://github.com/eoscanada/eosio.forum

eosio.delay

延迟交易被弃用,我们需要一种方法来支持协议级的强制延迟

https://github.com/eosdac/eosio.delay

eos 稳定币

EOS 稳定币合约

https://github.com/newbdez33/stablecoooin

eos 非同质(NFT)代币

EOS上 非同质Token(NFT) 提案

https://github.com/unicoeos/eosio.nft

everipedia 协议

Everipedia网络协议

https://github.com/EveripediaNetwork/Everipedia

bancor 协议

EOS 上的 Bancor 协议智能合约 https://github.com/bancorprotocol/contracts_eos

tungsten

李嘉图合约,实现保证金,索赔和仲裁管理系统。

https://github.com/EOSMetal/tungsten

monstereos

EOS上的电子宠物及作战游戏

https://github.com/MonsterEOS/monstereos/tree/master/services/eos-dev/contracts/

eos 骑士

一个EOS区块链的RPG游戏。

https://github.com/bada-studio/knights_contract

lock timer

可以让您锁定EOS币一段时间,到期后将自动发布给您想要接收者。

https://github.com/vedamire/locktimer

infiniverse

在EOS区块链上运行的增强现实数字世界。

https://github.com/InfiniverseAR/infiniverse-eos

eos 银行

EOS Bank(CPU租赁合约) https://github.com/eosonic/EOSBank

质押银行

在EOS上启用CPU和NET租赁。

https://github.com/EOSLaoMao/BankofStaked-CE

黑名单

EOS社区的黑名单智能合约。本合约是给ECAF和EOS上的BP使用。

https://github.com/EOSLaoMao/theBlacklist

eos 监护人

通过适当的权限设置提供更安全的资金管理。

https://github.com/EOSLaoMao/EOSGuardian

注册 eos

轻松创建自己的EOS帐户的DApp

https://github.com/Dappub/signupeoseo

token dapp pub

基于Bancor的 实用加强版 Token协议。

https://github.com/Dappub/tokendapppub

公平骰子游戏

开源,防操控,可验证的公平骰子游戏。

https://github.com/Dappub/fairdicegame

eos 骰子游戏

开源博彩游戏。

https://github.com/loveblockchain/eosdice

eosbet 骰子

在eos区块链上掷骰子。

https://gitlab.com/EOSBetCasino/eosbetdice_public

bet death causes

EOSBet攻击原因分析。

https://github.com/ganjingcun/bet-death-causes

cron合约

EOS上的Cron定制器任务

https://github.com/EOSLaoMao/CronContract

eos dex

使用eos智能合约进行简单的去中心化交易。

https://github.com/CodeMan-lol/exchange

eos trex

eosio.tokens的onchain去中心化交易。

https://github.com/Dylan-Phoon/Eostrex-Smart-Contract

ram token

EOS RAMtoken 合约 https://github.com/ChainRift/RAMtoken

delphi Oracle

DelphiOracle合约充当多方真实来源,旨在为其他智能合约或外部用户提供EOS/USD交易对的近实时价格。

https://github.com/eostitan/delphioracle

eos yield

This contract demostrates how an EOS contract can be made immutable in a given period of time, without losing mutability forever. Such a mechanism guarantees immutability when trustlessness is necessary, with code changes possible with prior notice to users.

合约阐明了如何在给定的时间内使EOS合约不可变,而不会永远失去可变性。当需要无信任时,这种机制可以保证不变性,而又可以在通知用户的情况下进行代码更改。

https://github.com/xJonathanLEI/eosyield

eos pixels

区块链上的第一个合作艺术品。

https://github.com/eosasia/eospixels

crypto ship(加密船)

加密游戏

https://github.com/MrToph/cryptoship-contract

king of eos

eos游戏之王的合约

https://github.com/MrToph/KingOfEos/tree/master/contract

抽奖合约

Lottery game on EOS. https://github.com/jsonsnow/lottery https://github.com/trentlotteryteam/trentLotteryContract https://github.com/lottery100/lottery100/

eos 时间锁

要求延迟交易的概念证明合约。

https://github.com/michaeljyeates/eos-timelock

eos blaster

合约加载许多延期交易以进行性能测试。

https://github.com/michaeljyeates/eos-blaster

eos token锁

锁定token作为安全措施。

https://github.com/michaeljyeates/eos-tokenlock

eos shop

电子商务合约原型。

https://github.com/michaeljyeates/eosshop

eosdac token

The base eosio token contract used for eosdac based tokens. https://github.com/eosdac/eosdactoken

dac 提案

The eosdac worker 提案合约 https://github.com/eosdac/dacproposals

dac custodian

eosdac custodian 选举合约。

https://github.com/eosdac/daccustodian

dac 服务

该合约将使用可配置的时间延迟中继发送给它的付款,默认为23小时。

This contract will relay payments sent to it using a configurable time delay, by default it is 23 hours. https://github.com/eosdac/dacservice

dac 多签

eosDAC 多签名提案合约管理。 https://github.com/eosdac/dacmultisigs

eospace

https://github.com/EOSpace/eospace-contracts

owdin

OWDIN-Port EOS Smart Contract ( Open World Decentric INternet ). https://github.com/OWDIN/owdin-contract

eos专业评级Dapp

给出了prochaintech提供的评级数据

https://github.com/ProChain/ProRatingEOS

eos miso

根据项目里程碑管理股票价值和资金发放的托管合约示例。 由当前股东管理。

https://github.com/MitchPierias/EOS-MISO

nautilus

简单的EOS管理应用程序

https://github.com/Sigatoka/Nautilus

eos contract

EOS上编写智能合约的教程

https://github.com/itleaks/eos-contract

releif chain

灾难救济供应和分配。

https://github.com/serganus/ReliefChain-smartcontracts

oraclize

代码示例演示如何在EOSIO上使用Oraclize API。

https://github.com/oraclize/eos-examples

smart city on steroids

steroids智能城市 - 2018年香港 EOS Global Hackathon 获奖者

https://github.com/serganus/scos-smartcontract

eos 博客

使用React为EOSIO构建的简单博客DApp。

https://github.com/TaraTritt/eos-blog-dapp

robot factory

简单机器人工厂智能合约。

https://github.com/infiniteXLabs/RobotFactory-02

poll eos

EOS上的民意调查智能合约。

https://github.com/sim31/polleos

ico 管理

有助于管理ICO的分发。每当收到EOS时,Token将按照配置的设置按比例分配。

https://github.com/eos42/ico-manager

eosmore voting and moment

用于投票和存储时间戳的示例合约。

https://github.com/EOSMore/eos-contracts/

eos simple pacman

Starting contract for EOS Spore mini game built for Blockchain Developer Philippines' EOS session.

为菲律宾区块链开发者的EOS会话构建的EOS Spore迷你游戏的起始合约。

https://github.com/blockdevsasia/eos-simplepacman-contract

custom tokens

自定义Token追踪合约。

Custom Token tracking smart contract for EOS. https://github.com/greymass/customtokens

panda fun

熊猫趣味游戏 https://github.com/pandafunx/pandafun

eos 坦克游戏demo

简单的多人游戏 https://github.com/alerdenisov/eos-tank-demo

eos toll

EOS收费站模拟器

https://github.com/gravitt8460/eos_tolls

stake for me

用于解决僵局帐户问题

https://github.com/xJonathanLEI/stakeforme

proof of existence

存在证明 https://github.com/EOSArgentina/eosproofio

eosafe

基于智能合约的链式钱包,可最大限度地提高资金安全性,并在发生黑客攻击时将损失降至最低。

https://github.com/xJonathanLEI/EOSafe

eos atm

有每日限额的安全资金提取的EOS合约。

https://github.com/xJonathanLEI/eosatm

aegis

Patroneos smart contract. https://github.com/EOSEssentials/Aegis

token 时间

带时间锁的EOSIOToken。管理员可以随时将Token转移给用户,但只有当用户在管理员与用户之间首次转移24小时后解锁该Token时,用户才能进行转移。

https://github.com/yashbhavsar007/tokentime

eos uber

去中心化的优步/出租车服务的框架

https://github.com/mrbid/eosio-uber

eos 拍卖

第一和第二拍卖模型的EOSIO智能合约。

https://github.com/mrbid/eosio-auctions

shine

实现基于表扬和投票的识别系统。人(如 帐户)向所有其他成员广播赞美。然后,每个成员(即帐户)都可以投票赞成这一特定的赞誉。

https://github.com/eoscanada/shine/tree/master/contract

eos sc 安全最佳实践

文档旨在为EOS智能合约的开发人员提供一些安全指南,并列出一些已知合约漏洞的列表分析。

https://github.com/slowmist/eos-smart-contract-security-best-practices/blob/master/README_EN.md

eos 已知的攻击

帮助开发人员防止合约中已知的漏洞。

https://github.com/EOSArgentina/eos_known_attacks

gravatar cafe

Smart Contract for Simple Gravatars. https://github.com/eoscafe/gravatarcafe

eosmsg

使用eos网络的发送简单信息。 https://eosplace.github.io/eosmsg

merkle proof

验证merkle树证明

https://github.com/miguelmota/eos-merkle-proof/

ducor eos

Ducatur oracles eos smart contract. https://github.com/DucaturFw/ducor-eos.

eos 合约示例

https://github.com/clockknock/eos-contract-example

eos 合约测试

EOS本地链上的简单合约测试框架。

https://github.com/cryptokylin/eos_contract_test

squeakr

Squeakr是一个Demo,用来展示privEOS的强大功能。它基本上是链上的简单的Twitter,但所有推文都是私有的。只有获得批准的粉丝才能看到推文。该应用程序支付任何privEOS费用。该服务对用户是免费的。

https://github.com/rawrat/squeakr

eos 加密

允许使用AES共享密钥加密机制使用EOS密钥对对信息进行加密和解密。 通过组合接收者的私钥和发送者的公钥来实现解密,以创建解密消息所需的私钥。

https://github.com/EOS-Nation/eos-encrypt

eos delay

延迟交易 https://github.com/ethgamble/eosdelay

eos scrow

通用的保证金合约

https://github.com/eos-geneva/escrowescrow

eos lost

允许EOS上的创始账户持有人重置丢失的密钥。

https://github.com/eosdac/eosio.lost

kolob game

KolobokGame EOS合约,使用SimpleAssets和SimpleMarket的示例

https://github.com/CryptoLions/KolobokGame-Contract

eos API directory

这是一个EOS智能合约,其中包含各种基础设施API的目录,例如历史记录或帐户状态API。

https://github.com/cc32d9/eos.apidirectory

watchdoggie

用于验证监视脚本正在监视网络并发送通知。

https://github.com/cc32d9/eos.watchdoggiee

signupeoseos

使用DApp轻松创建自己的EOS帐户。

https://github.com/Dappub/signupeoseos

eosdt

去中心化的基于EOS支持的稳定币。

https://github.com/equilibrium-eosdt/eosdt

sidechain

EOSVR 侧链解决方案。

https://github.com/EOSVR/sidechain

eosdao

EOS DAO . https://github.com/michaeljyeates/eosdao-contracts

交易过滤

在EOS上,发起交易者可以应用规则。 交易所和帐户可以强制执行其备注字段规则,不匹配则可以停止交易。

https://github.com/eosauthority/incoming-transfer-rules

eosio tutorials

EOSIO智能合约开发的简短示例。

https://github.com/cc32d9/eosio.tutorials

chexchexchex

Chex token. https://github.com/chintai-platform/chexchexchex

light kyc contract

轻型KYC身份合约。

https://github.com/EOS-Nation/light-kyc-identity-report

blocktivity eosio stats

EOSIO 区块活动状态合约 https://github.com/EOS-Nation/blocktivity-eosio-stats

cex deposit

CEX 存款 - 将传入的EOS Token 转移到中心化交易所的存款帐户。

https://github.com/EOS-Nation/cex-deposit

nation eos wps

EOSIO WPS. https://github.com/EOS-Nation/eosio-wps

Credits

翻译自:Blockmatic github: https://github.com/blockmatic/eosio-contracts-list/blob/master/readme.md

点赞 0
收藏 1
分享
本文参与登链社区写作激励计划 ,好文好收益,欢迎正在阅读的你也加入。

0 条评论

请先 登录 后评论
石头
石头
江湖只有他的大名,没有他的介绍。