Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Gelato Network | 194 | 2 years ago | 45 | mit | JavaScript | |||||
V1 implementation of Gelato Network | ||||||||||
Block Overflow | 22 | 3 years ago | 1 | mit | TypeScript | |||||
🖖Menlo's front-end demo app: A blockchain q+a discussion dApp that pays for up-voted answers. | ||||||||||
Ayyo | 11 | 4 years ago | HTML | |||||||
A Paywall with Single line of code using ERC 721 | ||||||||||
Lottery | 8 | 4 months ago | gpl-3.0 | Solidity | ||||||
Decentralized autonomous lottery | ||||||||||
Ethwaterloo2017 | 4 | 5 years ago | JavaScript | |||||||
Healthcare dApp for ETHWaterloo 2017 Edition | ||||||||||
Whopays | 3 | 6 years ago | JavaScript | |||||||
A contract-based dapp/bot to create groups in which users can keep track of their payments for a group through commands with a new chatbot / dapp. | ||||||||||
Crowdclick Client | 2 | 2 years ago | JavaScript | |||||||
Crowdsourced pay-per-click advertising marketplace DApp based on Ethereum. | ||||||||||
Vibranium | 1 | 5 years ago | Python | |||||||
Lets business pay for gas, deal with nonces, retry TXs, etc. | ||||||||||
Bitnation Insurance Dapp | 1 | 6 years ago | ||||||||
Insurance application for bitnation |
Menlo One Home | Docs | Content Node | Telegram
Menlo One is a framework for rapidly developing decentralized applications (dApps).
Block Overflow, this repo, which is a demo "front end" to the application which is designed to get you started.
Content Node, the "back end" of the application which is located here: MenloOne/content-node
You can find the Menlo documentation on the website or this repo: MenloOne/menlo-one-docs
git clone https://github.com/MenloOne/block-overflow.git
cd block-overflow
nvm use 8.11.4
npm install
npm run build
npm run dev
Block Overflow is a single page application built in ReactJS. This is similar in many ways to a “traditional” dApp. It makes asynchronous calls to the Content Node as well as interfaces with a Web3 provider (we recommend MetaMask) for transactions. We built a demo application (Block Overflow), a nod to our favorite developer Q&A site, which has a wide variety of features common to many dApp use cases. It has many routes in place for actions such as posting content, upvoting, commenting, etc. The front end comes with Truffle and smart contract specific to the Q&A site use case but is easily customizable. It also comes with many common front end nice-to-haves such as Sass, Material UI, and many interface elements like drop down menus and loading animation.
To use Block Overflow, visit https://blockoverflow.menlo.one.
Menlo is MIT licensed.