SMTs were delayed over 1 year. What's next?
[IMAGE: https://cdn.steemitimages.com/DQmUJTSctRxLXpnkVrU5ntUyqAr36Z9yQrc4RLUuxHs48aM/Engine%20Logo_Announcement.png]
Steem doesn't have enough blockchain developers. There aren't many blockchain developers working on Steem outside of Steemit Inc and Steemit Inc faced a severe layoff of 70% of its staff a little over a month ago.
Yet we are in a more important time than ever to be increasing Steem's feature set and improving the platform's quality as a whole. Right now it doesn't seem to be possible, or at least is not happening, for outside blockchain developer volunteers to collaborate with Stemmit Inc. on building more features and improving the blockchain as a whole.
Engine is a DApp running on Steem using steem-state (currently in testnet) which means that it runs on top of the Steem blockchain without actually being directly coded into it. Engine's goal is to increase the agility and collaboration in developing more features for Steem. Inflation of the ENGN token will fund future development/marketing/community building in a decentralized way in the form of "grants" and so we hope there will be constant development of new features to add to the Engine network on the Steem blockchain
Currently the ENGN token (fully unit tested) has two primary features: the token itself and a decentralized exchange to convert with Steem. To keep up to date on new features, join the discord. The code is fully open source on github.
Some future things we will implement (likely before mainnet):
- Developer rewards
- Non-fungible tokens (with DEX)
- User-created fungible tokens (with DEX)
Future things after mainnet:
- Collateral-backed ENGN loans
- Prediction market
- Your idea here! Join the discord if you have ideas for features for the Engine project!
Just to clarify, Engine will be fully based on the Steem blockchain and is committed to Steem, unless a situation arises where Steem is no longer being developed and is no longer technically viable and/or price/community is not enough to support the project.
Any questions? Feel free to ask!
Join the Discord to keep up to date on the project and chat about all things Steem and Engine!
Also, we are looking for web developers. If you are a web developer who would be interested in building an interface for this exciting project and have some experience with Steem, please join the discord and ask.
Well, I can be a blockchain developer, if the blockchain is written in JS (as a few are already), but Steem is written in c++ - so maybe I should have said I'm not a c++ developer thus not a Steem blockchain developer. :)
Reason: learning a new language, especially one so different as c++, requires a lot of time and I don't think it's effective if I can build other projects like Steem Apps or dApps similar like Steem Monsters (which is written in javascript as well) in the same timeframe and use my existing advanced knowledge with JS.
@hr1 | Dec. 30, 2018, 10 p.m. | Votes: 7 | [
VOTE ]
Wow, that's very cool! Let me know where I can find out more about Engine!
> Engine's goal is to increase the agility and collaboration in developing more features for Steem.
How do you wanna use the token for that?
Posted using Steeve, an AI-powered Steem interface
Engine is a metachain on top of Steem. What that means is that it is not running in the consensus layer of Steem but runs using the Steem blockchain as a base. Here’s steem-state which it uses to run. Go to ‘what is soft consensus’ and you will get a deeper explanation https://github.com/nicholas-2/steem-state
Its supposed to be able to run more complicated DApps than Steem currently supports (eg NFTs).
Right now to use it you have to install the node software and use the command line. Its quite complicated but heres a link.https://github.com/nicholas-2/engine-steem/wiki/Node-Owner's-Guide In the future a web interface will be created once the mainnet is launched.
NFTs are very important for the future of Steem. Honestly, I think NFTs match more with the Steem concept than most blockchains because its another way to help musicians, artists, writers and other talent support themselves with rare collectible items.
Here is my question, and I'll go check it in more detail, but would it be possible to double spend the NFTs if we used soft-consensus?
I definitely agree with all your points in the first paragraph.
Actually no, it is not possible to double spend in a well constructed soft consensus. The Steem blockchain already orders transactions for us, like any blockchain, which means there is no conflict over which send transaction occured first.
If you have any more questions feel free to ask!