 Since autumn 2017 [Tokenika](https://tokenika.io) has been putting in extensive efforts towards creating a Python-based EOS smart contract development platform, allowing for easy creation, testing, and deployment of smart contracts. As EOS was evolving, we got used to sudden changes of its underlying code and practiced to curse less as we went along ;) Today, the day has finally come and we are very excited to hand over our work to the EOS community. Our newborn baby is going under the name of **[EOS Factory](http://eosfactory.io/sphinx/build/html/)** and is intended as a full-fledged, fully documented, cross platform IDE in which, using a simple command-line interface you'll be able to: * Launch a private EOS testnet * Compile an EOS smart contract * Run it through unit-tests * Tweak it until you feel itβs ready * Deploy it on EOS ### Why itβs needed? Undoubtedly, everything that EOSFactory offers can be done with the official EOSIO toolset, i.e. `cleos` and `eosiocpp`. Does it make EOSFactory just a simple alternative to those tools? Not really. Try to go through [EOS tutorials](https://github.com/EOSIO/eos/wiki/Tutorial-eosio-token-Contract) based on `cleos` and you'll see how much concentration is required to follow those simple examples without making a single mistake. And now imagine doing it 10 or 100 times. Surely, it's a daunting task! Code development and unit-testing involve tasks that need to be executed hundreds of times, and each time in exactly the same way and context. Therefore those tasks need to be fully automated, or otherwise a lot of time is being wasted and, whatβs even worse, a lot of additional uncertainty is introduced. Manually performed actions are prone to errors. This is what EOSFactory actually brings to the table: an easy & intuitive way to automate the process of dealing with smart-contracts. Write down, in the form of a Python script, what needs to be done multiple times in exactly the same way and context, and then just run the script. EOSFactory will take care of everything else: it will compile your smart-contract, create a new testnet, deploy the contract, invoke its methods and verify the response, then tear down the testnet, and finally report the results. And all of this done in a couple of seconds. ### Cross-platform compatibility One of our major goals was to make EOSFactory compatible with all major operating systems, allowing developers to run and interact with an EOS node on everything from Linux through OSX to Windows 10. Weβre pleased to report that this has been successful. As far as we know, no other EOS development solution is able to offer that. EOSFactory works nicely with [Visual Studio Code](https://code.visualstudio.com). This will allow you to write EOS smart-contracts, play and unit-test them, all within one robust IDE. Also, this release is compatible with the newest release of **EOS Dawn 4.0**. ### Architecture In EOSFactory we use Python to interact with smart-contracts. However, under the hood, our toolset is powered by C++. Thus EOSFactory is composed of two layers: - C++ bridge called `teos` connected to an EOS node running a private testnet, - Python wrapper called `pyteos` acting as a convenient human-oriented interface. In other words, we have Python outside, while C++ powers the insides. ### Development cycle This is what a smart-contract development cycle might look like: 1. Write a smart-contract (in EOS's native C++). 2. Write unit-tests (in Python). 3. Compile your smart-contract. 4. Start a fresh single-node testnet. 5. The testnet is initialized with the `bios` contract and a couple of test accounts to play with. 6. Deploy your smart-contract. 7. Run your unit-tests. 8. Tear down the testnet. 9. Modify your smart-contract and/or unit-tests and jump to stage 3. In EOSFactory every step of the above process is fully automated by Python classes and methods - you, as a developer, only supply the creative part, i.e. contents of the smart-contracts and unit-tests. Unit-tests are designed to be written in Python, while of course smart-contracts are written in C++. Visual Studio Code perfectly supports both those languages. ### Object-oriented vs. procedural Thanks to Python, what you are dealing with in EOSFactory are classes and objects. For example, a smart-contract is an object, and you handle it by using its methods, e.g. `contract.build()`, `constract.deploy()`, `contract.push_action()`, and `contract.get_table()`. This is the opposite of procedural commands used in `cleos`, the official CLI for EOS. ### Documentation You'll find the source code of EOSFactory in [this repository](https://github.com/tokenika/eosfactory), and over here a list of available [documentation](http://eosfactory.io/sphinx/build/html/). ### Roadmap EOSFactory is still under development, and things are getting ironed out and improved. Right now we are working on the following features: * Upgrading to a more advanced mechanism for creating and managing unit-tests. They will be stored as a hierarchy of Python files, in a similar way the process is organized in Ethereum's [Truffle Framework](http://truffleframework.com/) - we just use Python instead of JavaScript. Also, we plan to add support for other IDEs, e.g. [Eclipse](https://www.eclipse.org/ide/). * Secondly, we are considering the pros and cons of connecting our Python layer directly to `cleos`, the official EOS CLI. When we started working on EOSFactory, `cleos` (at that time named `eosc`) was in a bad shape and thus not suitable for our needs, so we had to build our own C++ interface to an EOS node. As things get smoother, we might reconsider relying on `cleos`. * And finally, we are thinking about integrating *Ricardian Contracts* into our unit-testing. This is a very interesting (and probably not widely known at this stage) aspect of EOS smart-contracts. For more information please refer to [EOSIO documentation](https://github.com/EOSIO/eos/wiki/Tutorial-Hello-World-Contract#hello-world-ricardian-contract). We plan to have the next release of EOSFactory in a couple of weeks, ideally before EOS is launched. We hope this is helpful, and any feedback, especially critical, is very welcome. If you find what we do useful, you can express your support by voting for Tokenika in the upcoming EOS Block Producer election - we have more exciting EOS projects in the pipeline. Stay tuned!
author | tokenika |
---|---|
permlink | introducing-eosfactory-an-eos-smart-contract-development-and-testing-framework |
category | eos |
json_metadata | {"tags":["eos","eosio","truffle","ethereum","crypto"],"image":["https://steemitimages.com/DQmPLfUCN167csXfJAghoyzSWvtjoMBXctMshcuxAdiXUws/EOSFactory%20logo.png"],"links":["https://tokenika.io","http://eosfactory.io/sphinx/build/html/","https://github.com/EOSIO/eos/wiki/Tutorial-eosio-token-Contract","https://code.visualstudio.com","https://github.com/tokenika/eosfactory","http://truffleframework.com/","https://www.eclipse.org/ide/","https://github.com/EOSIO/eos/wiki/Tutorial-Hello-World-Contract#hello-world-ricardian-contract"],"app":"steemit/0.1","format":"markdown"} |
created | 2018-05-14 13:41:06 |
last_update | 2018-05-14 23:29:48 |
depth | 0 |
children | 17 |
last_payout | 2018-05-21 13:41:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 42.127 HBD |
curator_payout_value | 10.524 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 6,548 |
author_reputation | 5,007,110,235,602 |
root_title | "Introducing EOSFactory, an EOS smart-contract development and testing framework" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 55,639,592 |
net_rshares | 10,607,933,845,443 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
marketingmonk | 0 | 533,160,842,378 | 100% | ||
pnc | 0 | 264,850,886,874 | 100% | ||
noisy | 0 | 1,825,502,750,549 | 100% | ||
innuendo | 0 | 750,416,824,400 | 100% | ||
djleo | 0 | 201,234,441 | 100% | ||
gtg | 0 | 5,971,282,350,249 | 100% | ||
robrigo | 0 | 5,284,479,898 | 100% | ||
jasonmiller2134 | 0 | 270,188,132 | 100% | ||
mada | 0 | 19,953,803,977 | 100% | ||
indykpol | 0 | 5,864,497,296 | 100% | ||
xebb | 0 | 949,967,723 | 100% | ||
mjhomb | 0 | 192,001,138,320 | 100% | ||
cryptoblog | 0 | 652,309,494 | 100% | ||
steemito | 0 | 3,460,933,740 | 100% | ||
jamzed | 0 | 25,976,343,061 | 100% | ||
chiliec | 0 | 4,253,405,704 | 100% | ||
silverbald | 0 | 1,427,015,279 | 100% | ||
mrakodrap | 0 | 12,642,593,085 | 100% | ||
martin.starosta | 0 | 614,503,785 | 100% | ||
elitewizard407 | 0 | 1,664,738,765 | 100% | ||
coffeepot | 0 | 614,503,785 | 100% | ||
roomservice | 0 | 768,669,604,250 | 100% | ||
jakipatryk | 0 | 54,209,555,880 | 100% | ||
slavix | 0 | 1,941,244,714 | 100% | ||
augustyn | 0 | 48,476,183,243 | 100% | ||
dreamien | 0 | 13,284,187,172 | 100% | ||
dphillippi | 0 | 0 | 100% | ||
jacekw | 0 | 16,019,801,092 | 100% | ||
javierjmc | 0 | 614,503,785 | 100% | ||
g0nr0gue | 0 | 3,641,873,568 | 100% | ||
tiphune | 0 | 541,667,099 | 100% | ||
albakerki | 0 | 0 | 100% | ||
samhenry | 0 | 208,546,818 | 100% | ||
pheonixdown-dee | 0 | 291,233,177 | 100% | ||
waveout | 0 | 613,204,364 | 100% | ||
privat | 0 | 40,923,404,909 | 100% | ||
simoncase | 0 | 0 | 100% | ||
gamezine | 0 | 721,921,938 | 100% | ||
smjn | 0 | 19,360,355,219 | 100% | ||
richthofen | 0 | 613,294,238 | 100% | ||
hch | 0 | 6,508,668,425 | 100% | ||
dutmistrz | 0 | 2,536,743,073 | 100% | ||
forester-joe | 0 | 1,323,170,047 | 100% | ||
nordicbrain | 0 | 613,810,528 | 100% | ||
gleehokie | 0 | 610,390,398 | 100% | ||
aclarkuk82 | 0 | 162,013,652 | 100% | ||
cryptoslicex | 0 | 354,493,562 | 100% | ||
ukarlsson | 0 | 612,861,509 | 100% | ||
unus | 0 | 612,524,439 | 100% | ||
pawelc | 0 | 509,821,117 | 100% | ||
herm1t | 0 | 569,909,366 | 100% | ||
peterglitch | 0 | 0 | 100% | ||
wmproductions | 0 | 916,696,569 | 100% | ||
astrofilosof | 0 | 577,962,327 | 100% | ||
csx-eos | 0 | 238,212,275 | 100% | ||
mben | 0 | 610,675,755 | 100% | ||
kyler2018 | 0 | 0 | 100% | ||
szef0jungle | 0 | 0 | 100% | ||
stanlej909 | 0 | 0 | 100% |
This is amazing work guys. Is there a way I can contribute to this?
author | aclarkuk82 |
---|---|
permlink | re-tokenika-introducing-eosfactory-an-eos-smart-contract-development-and-testing-framework-20180515t162855491z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2018-05-15 16:28:57 |
last_update | 2018-05-15 16:35:00 |
depth | 1 |
children | 1 |
last_payout | 2018-05-22 16:28:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 67 |
author_reputation | 901,192,097,946 |
root_title | "Introducing EOSFactory, an EOS smart-contract development and testing framework" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 55,854,014 |
net_rshares | 158,956,791 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
aclarkuk82 | 0 | 158,956,791 | 100% |
Hi, stay tuned, as we'll soon publish a list of features we intend to work on for the next release. So if you find in it any area you could contribute, just do it and create a pull request.
author | tokenika |
---|---|
permlink | re-aclarkuk82-re-tokenika-introducing-eosfactory-an-eos-smart-contract-development-and-testing-framework-20180516t000649922z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2018-05-16 00:06:48 |
last_update | 2018-05-16 00:06:48 |
depth | 2 |
children | 0 |
last_payout | 2018-05-23 00:06:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 189 |
author_reputation | 5,007,110,235,602 |
root_title | "Introducing EOSFactory, an EOS smart-contract development and testing framework" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 55,910,631 |
net_rshares | 146,729,345 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
aclarkuk82 | 0 | 146,729,345 | 100% |
So is eosfactory a block producer candidit?
author | cryptoslicex |
---|---|
permlink | re-tokenika-introducing-eosfactory-an-eos-smart-contract-development-and-testing-framework-20180515t003051930z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2018-05-15 00:30:54 |
last_update | 2018-05-15 00:30:54 |
depth | 1 |
children | 2 |
last_payout | 2018-05-22 00:30:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 43 |
author_reputation | 1,983,470,078,728 |
root_title | "Introducing EOSFactory, an EOS smart-contract development and testing framework" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 55,729,290 |
net_rshares | 0 |
Hello :) Tokenika.io - the creator of EOSFactory is a Block Producer candidate. EOSFactory is a name of the smart contract testing platform.
author | tokenika |
---|---|
permlink | re-cryptoslicex-re-tokenika-introducing-eosfactory-an-eos-smart-contract-development-and-testing-framework-20180515t010821208z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2018-05-15 01:08:24 |
last_update | 2018-05-15 01:08:24 |
depth | 2 |
children | 1 |
last_payout | 2018-05-22 01:08:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 140 |
author_reputation | 5,007,110,235,602 |
root_title | "Introducing EOSFactory, an EOS smart-contract development and testing framework" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 55,733,449 |
net_rshares | 0 |
Cool thanks :). The Project sounds good
author | cryptoslicex |
---|---|
permlink | re-tokenika-re-cryptoslicex-re-tokenika-introducing-eosfactory-an-eos-smart-contract-development-and-testing-framework-20180515t011437111z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2018-05-15 01:14:39 |
last_update | 2018-05-15 01:14:39 |
depth | 3 |
children | 0 |
last_payout | 2018-05-22 01:14:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 39 |
author_reputation | 1,983,470,078,728 |
root_title | "Introducing EOSFactory, an EOS smart-contract development and testing framework" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 55,734,150 |
net_rshares | 0 |
Wow~ Good Project & Framework I cheer for EOS Factory!
author | firedog |
---|---|
permlink | re-tokenika-introducing-eosfactory-an-eos-smart-contract-development-and-testing-framework-20180516t021336581z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2018-05-16 02:13:45 |
last_update | 2018-05-16 02:13:45 |
depth | 1 |
children | 0 |
last_payout | 2018-05-23 02:13:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 54 |
author_reputation | 0 |
root_title | "Introducing EOSFactory, an EOS smart-contract development and testing framework" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 55,925,081 |
net_rshares | 0 |
will cleos be ready for regular linux anytime soon?
author | jza |
---|---|
permlink | re-tokenika-introducing-eosfactory-an-eos-smart-contract-development-and-testing-framework-20180803t034729667z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2018-08-03 03:47:30 |
last_update | 2018-08-03 03:47:30 |
depth | 1 |
children | 0 |
last_payout | 2018-08-10 03:47:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 51 |
author_reputation | 38,014,784,793,009 |
root_title | "Introducing EOSFactory, an EOS smart-contract development and testing framework" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 66,946,224 |
net_rshares | 0 |
Fantastic work and project. It's already sped up my deving ten fold.
author | keonimana |
---|---|
permlink | re-tokenika-introducing-eosfactory-an-eos-smart-contract-development-and-testing-framework-20180517t221720937z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2018-05-17 22:17:21 |
last_update | 2018-05-17 22:17:21 |
depth | 1 |
children | 0 |
last_payout | 2018-05-24 22:17:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 68 |
author_reputation | 0 |
root_title | "Introducing EOSFactory, an EOS smart-contract development and testing framework" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 56,263,751 |
net_rshares | 0 |
Thanks question about the steemit messenger is anyone working on it?
author | kyler2018 |
---|---|
permlink | re-tokenika-introducing-eosfactory-an-eos-smart-contract-development-and-testing-framework-20180531t205341717z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2018-05-31 20:53:48 |
last_update | 2018-05-31 20:53:48 |
depth | 1 |
children | 0 |
last_payout | 2018-06-07 20:53:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 68 |
author_reputation | 27,946,911,293 |
root_title | "Introducing EOSFactory, an EOS smart-contract development and testing framework" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 58,655,512 |
net_rshares | 0 |
author | marketingmonk |
---|---|
permlink | re-tokenika-introducing-eosfactory-an-eos-smart-contract-development-and-testing-framework-20180514t201734837z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2018-05-14 20:17:36 |
last_update | 2018-05-14 20:17:36 |
depth | 1 |
children | 1 |
last_payout | 2018-05-21 20:17:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.081 HBD |
curator_payout_value | 0.021 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 77 |
author_reputation | 182,553,771,154,437 |
root_title | "Introducing EOSFactory, an EOS smart-contract development and testing framework" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 55,700,044 |
net_rshares | 21,467,461,756 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
mada | 0 | 19,535,923,266 | 100% | ||
slavix | 0 | 1,931,538,490 | 100% |
Thank you :) We are in this for the long run, so being useful is the only way really ;)
author | tokenika |
---|---|
permlink | re-marketingmonk-re-tokenika-introducing-eosfactory-an-eos-smart-contract-development-and-testing-framework-20180515t010922175z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2018-05-15 01:09:24 |
last_update | 2018-05-15 01:09:24 |
depth | 2 |
children | 0 |
last_payout | 2018-05-22 01:09:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 87 |
author_reputation | 5,007,110,235,602 |
root_title | "Introducing EOSFactory, an EOS smart-contract development and testing framework" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 55,733,554 |
net_rshares | 0 |
Nice
author | nordicbrain |
---|---|
permlink | re-tokenika-introducing-eosfactory-an-eos-smart-contract-development-and-testing-framework-20180514t150505256z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2018-05-14 15:05:09 |
last_update | 2018-05-14 15:05:09 |
depth | 1 |
children | 0 |
last_payout | 2018-05-21 15:05:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 4 |
author_reputation | 1,844,028,620 |
root_title | "Introducing EOSFactory, an EOS smart-contract development and testing framework" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 55,653,267 |
net_rshares | 601,534,317 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
nordicbrain | 0 | 601,534,317 | 100% |
Looking forward, I hope to have a good experience.
author | oceanbaichuan |
---|---|
permlink | re-tokenika-introducing-eosfactory-an-eos-smart-contract-development-and-testing-framework-20180515t035847330z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2018-05-15 03:58:48 |
last_update | 2018-05-15 03:58:48 |
depth | 1 |
children | 0 |
last_payout | 2018-05-22 03:58:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 50 |
author_reputation | 233,926,106 |
root_title | "Introducing EOSFactory, an EOS smart-contract development and testing framework" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 55,753,928 |
net_rshares | 0 |
Thanks for sharing. I've smashed the upvote button for you and i'll check out the ICO. Also, if you are looking to get some tokens without investing or mining check out Crowdholding (https://www.crowdholding.com). They are a co-creation platform were you get rewarded for giving feedback to crypto startups on the platform. You can earn Crowdholding's token as well as DeepOnion, ITT, Smartcash and many other ERC-20 tokens.
author | pheonixdown-dee |
---|---|
permlink | re-tokenika-introducing-eosfactory-an-eos-smart-contract-development-and-testing-framework-20180516t172946299z |
category | eos |
json_metadata | {"tags":["eos"],"links":["https://www.crowdholding.com"],"app":"steemit/0.1"} |
created | 2018-05-16 17:29:48 |
last_update | 2018-05-16 17:29:48 |
depth | 1 |
children | 0 |
last_payout | 2018-05-23 17:29:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 425 |
author_reputation | -27,125,067,944 |
root_title | "Introducing EOSFactory, an EOS smart-contract development and testing framework" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 56,047,427 |
net_rshares | 368,380,026 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
georgeforeham | 0 | 368,380,026 | 100% | ||
kyler2018 | 0 | 0 | 100% |
awesome work! is it possible for one to keep the c++ layer and replace the python one with a .net core built one?
author | unus |
---|---|
permlink | re-tokenika-introducing-eosfactory-an-eos-smart-contract-development-and-testing-framework-20180515t113044887z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2018-05-15 11:30:45 |
last_update | 2018-05-15 11:30:45 |
depth | 1 |
children | 2 |
last_payout | 2018-05-22 11:30:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 113 |
author_reputation | 30,840,728,564 |
root_title | "Introducing EOSFactory, an EOS smart-contract development and testing framework" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 55,808,424 |
net_rshares | 0 |
Thanks :) We intend to move the C++ layer (it's called `teos`) into a separate repository, with EOSFactory having it as a dependency. So yes, once we do that you could use `teos` as a foundation for other projects. Actually, we'd love to see it being used that way, as it was designed with this purpose in mind - that's why it's a static library, not an executable like `cleos`. However, there is one important thing we need to take into account: `teos` is dependent on EOSIO source code, which unfortunately is incompatible with Windows - you cannot build EOS with any C++ compiler that's available on Windows. We've tried it for a long time and it looks quite hopeless. The main obstacle is that EOS is heavily dependent on an integer type that's not supported by Windows. So I guess any .NET-based solution is out of reach, at least at this moment.
author | tokenika |
---|---|
permlink | re-unus-re-tokenika-introducing-eosfactory-an-eos-smart-contract-development-and-testing-framework-20180515t223826702z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2018-05-15 22:38:27 |
last_update | 2018-05-15 22:38:27 |
depth | 2 |
children | 1 |
last_payout | 2018-05-22 22:38:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 855 |
author_reputation | 5,007,110,235,602 |
root_title | "Introducing EOSFactory, an EOS smart-contract development and testing framework" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 55,901,209 |
net_rshares | 0 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
kyler2018 | 0 | 0 | 100% |
thanks for the answer. I said .net core which runs on mac and linux ;-)
author | unus |
---|---|
permlink | re-tokenika-re-unus-re-tokenika-introducing-eosfactory-an-eos-smart-contract-development-and-testing-framework-20180719t192546942z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2018-07-19 19:25:48 |
last_update | 2018-07-19 19:25:48 |
depth | 3 |
children | 0 |
last_payout | 2018-07-26 19:25:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 71 |
author_reputation | 30,840,728,564 |
root_title | "Introducing EOSFactory, an EOS smart-contract development and testing framework" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 65,279,382 |
net_rshares | 0 |