EOSFactory is a smart-contract development framework, created by Tokenika.
It's going to have a similar functionality to Ethereum's Truffle Framework.
Using a single command-line interface you'll be able to create a private testnet and then compile, unit-test and deploy EOS smart-contracts.
EOSFactory is composed of two layers:
- C++ bridge connected to an EOS node running a private testnet
- Python wrapper acting as a convenient human-oriented interface
Using Python will allow us to build interactive tutorials for EOS smart-contracts.
We make sure everything we do is fully compatible with Windows - our toolset will enable you to run an EOS node and interact with it on any operating system, including Windows, MacOS and Linux.
- Installing EOSFactory
- Interacting with EOS Contracts in EOSFactory
- Compiling EOS Contracts using EOSFactory in VSC
- Unit-testing EOS Contracts using EOSFactory in VSC
For more details, please refer to our Sphinx docs.
EOS Factory is still under development. We plan to release it before June 2018.