/creacli

Crea 2.0 Python Client

Primary LanguagePythonMIT LicenseMIT

CreaPy for Crea

Swiss army knife for interacting with the Crea blockchain.

Quick-Start

A quickstart guide can be found on Crea: library.creas.io

Installation

pip3 install creacli

Documentation

The full-length documentation of the cli tool can be found on CreaCLI Python Docs. API documentation of the library is located at Crea Python Lib Docs.

Public API

The public API node at d.creas.io serves as an experimental endpoint.

  • Use it for prototyping of your tools
  • Use it for testing
  • Do not expect it to be reliable
  • Do not spam it with unnecessary load

IMPORTANT NOTE

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.