Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/harpagon210/steemsmartcontracts
javascript blockchain/sidechain powered by Steem
https://github.com/harpagon210/steemsmartcontracts
blockchain sidechain smart-contracts steem
Last synced: about 2 months ago
JSON representation
javascript blockchain/sidechain powered by Steem
- Host: GitHub
- URL: https://github.com/harpagon210/steemsmartcontracts
- Owner: harpagon210
- License: mit
- Created: 2018-06-27T21:30:31.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T04:58:04.000Z (about 2 years ago)
- Last Synced: 2024-10-28T21:38:13.746Z (2 months ago)
- Topics: blockchain, sidechain, smart-contracts, steem
- Language: JavaScript
- Homepage: https://github.com/harpagon210/steemsmartcontracts/wiki
- Size: 1.57 MB
- Stars: 45
- Watchers: 7
- Forks: 25
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-steem - Steem Smart Contract - Javascript blockchain/sidechain powered by Steem (Steem Engine)
README
# Steem Smart Contracts [![Build Status](https://travis-ci.org/harpagon210/steemsmartcontracts.svg?branch=master)](https://travis-ci.org/harpagon210/steemsmartcontracts)[![Coverage Status](https://coveralls.io/repos/github/harpagon210/steemsmartcontracts/badge.svg?branch=master)](https://coveralls.io/github/harpagon210/steemsmartcontracts?branch=master)
## 1. What is it?
Steem Smart Contracts is a sidechain powered by Steem, it allows you to perform actions on a decentralized database via the power of Smart Contracts.
## 2. How does it work?
This is actually pretty easy, you basically need a Steem account and that's it. To interact with the Smart Contracts you simply post a message on the Steem blockchain (formatted in a specific way), the message will then be catched by the sidechain and processed.
## 3. Sidechain specifications
- run on [node.js](https://nodejs.org)
- database layer powered by [MongoDB](https://www.mongodb.com/)
- Smart Contracts developed in Javascript
- Smart Contracts run in a sandboxed Javascript Virtual Machine called [VM2](https://github.com/patriksimek/vm2)
- a block on the sidechain is produced only if transactions are being parsed in a Steem block## 4. Setup a Steem Smart Contracts node
see wiki: https://github.com/harpagon210/steemsmartcontracts/wiki/How-to-setup-a-Steem-Smart-Contracts-node
## 5. Tests
* npm run test## 6. Usage/docs
* see wiki: https://github.com/harpagon210/steemsmartcontracts/wiki