Metadata-Version: 2.1
Name: mandel
Version: 0.0.1
Summary: mandel project
Home-page: UNKNOWN
Author: learnforpractice
License: MIT
Description: # Interactive Python for Eos
        
        ## What Is IPyEos
        
        1. IPyEos is a Smart Contracts test framework for Eos
        2. IPyEos is a Python binding for Eos
        
        ## Installation
        
        ```
        python3 -m pip install ipyeos
        ```
        
        ## Building
        
        ```
        git clone https://github.com/uuosio/ipyeos --branch main --recursive
        cd eos
        ./build.sh
        cd ..
        ./build.sh
        ```
        
        
        ## Testing
        
        ```
        run-ipyeos -m pytest -x -s pysrc/tests/test_micropython.py -k test_hello
        ```
        
        ## Run a Testnet
        
        ```
        run-ipyeos -m ipyeos.main --data-dir dd --config-dir cd -p eosio --plugin eosio::producer_plugin --plugin eosio::chain_api_plugin --plugin eosio::producer_api_plugin --plugin eosio::history_api_plugin -e --resource-monitor-space-threshold 99 --http-server-address 127.0.0.1:8889 --block-interval-ms 1000 --contracts-console --access-control-allow-origin="*" --backing-store rocksdb --wasm-runtime eos-vm-jit
        ```
        
        # License
        [MIT](./LICENSE)
        
Platform: UNKNOWN
Description-Content-Type: text/markdown
