Swiss army knife for interacting with the Crea blockchain.
A quickstart guide can be found on Crea: library.creas.io
pip3 install creacli
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.
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
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.