Metadata-Version: 2.1
Name: mxops
Version: 0.1.0
Summary: Python package to automate MultiversX smart contracts deployment and contract interactions in general
Author-email: Etienne Wallet <etienne.wallet@catenscia.com>
Project-URL: Homepage, https://github.com/Catenscia/MxOps
Keywords: elrond,multiversx,smart-contract,devops,tests
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE

# MxOps

MxOps is a python package created to automate MultiversX smart contracts deployments, calls and querys.
Inspired from DevOps tools, it aims to ease and make reproductible any set of these interactions with smart-contracts.

MxOps aims to be useful in these situations:

- deployment automation
- on-chain integration tests
- contract interaction automation

## Get Started

Heads up to the quickstart in the [documentation](https://mxops.readthedocs.io) to get started!

## Contribution

This tool is an humble proposal by [Catenscia](https://catenscia.com/) to have a standard way of writing deployment files, integrations tests and others.
If you want this tool to improve, please tell us your issues and proposals!

And if you're motivated, we will always welcome hepling hands onboard :grin: !

Read the [contribution guidelines](./CONTRIBUTING.md) for more :wink:
