You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
infeos is an open-source framework for development, building, deploying and testing EOSIO based dApps.
We have a lot of new features on the way. However, we're building the universe around infeos and we want you - the EOSIO developer to help us. Tell us what you want to see being developed, what needs to be added or changed.
We have three levels of priority:
✅Level 1 - High Priority
✅Level 2 - Medium Priority
✅Level 3 - Low Priority
Choose your level appropriately and share your ideas in the comments below. :)
I'd like to see this feature: a Typescript or ES6 compiler, which compile EOS smartcontract code that is witten in TS or JS ES6 into C++. This would help more JS/TS developers to embrace EOS Smartcontract development without requiring them to learn C++.
Additional command to infeos which can be used to generate skeletal contract code along with its unit test. So, when the command is invoked, there would appear yeoman-like wizard which ask the user to enter smartcontract's name, input method, fields , etc and when the user selects finish the wizard, infeos will generate the .cpp, .hpp, test's .js file and also add npm scripts for helping the developers to automate the generated contract's compilation, deployment & running the test. This would be awesome. An example of this kind of wizard is Loopback.io
A "near-zero-talk" super-thin example application, which involved a simple contract, and a simple(!) JS-app (no react etc., to keep things easy).
The demonstration should be some cli-intructions to recreate the demo-app, and instructions of the steps to extend the contract/ui (showcasing the infeos functionality).
infeos is an open-source framework for development, building, deploying and testing EOSIO based dApps.
We have a lot of new features on the way. However, we're building the universe around infeos and we want you - the EOSIO developer to help us. Tell us what you want to see being developed, what needs to be added or changed.
We have three levels of priority:
✅Level 1 - High Priority
✅Level 2 - Medium Priority
✅Level 3 - Low Priority
Choose your level appropriately and share your ideas in the comments below. :)
For any questions you can find on Telegram
The text was updated successfully, but these errors were encountered: