Giter VIP home page Giter VIP logo

axie-utils-lib's Introduction

Axie Utils Library

CI PyPI version

I created Axie Scholar Utilities a CLI tool that automates various activities related to manage Axie Infinity Scholarships.

This library is born from the need to re-use some of my code for other projects, something like a GUI or a discord bot. This will enable such things. It is also a good starting point for other developers to also use what I've already built and use it as a base.

This library has NO monetization so it is free to use, of course, I would appreciate any donnations to incentivize me to mantain it!

Documentation

For furhter documentation, please visit this link.

Donations

If you want to donate to thank me, feel free to do so at this ronin address:

ronin:9fa1bc784c665e683597d3f29375e45786617550

If you prefer you can:

ko-fi

Discord

Feel free to join this Discord that started with the axie scholar utilities CLI tool. I am very active there. Alternatively see other ways to contact me on my github profile.

axie-utils-lib's People

Contributors

dependabot[bot] avatar ferranmarin avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

axie-utils-lib's Issues

Add AXS Claiming

According to discord msg, it is possible. Need to implement it:

`Click the Claim button in the game and then follow documentation: https://documenter.getpostman.com/view/6518341/UyxepUT2

aka get the signature from calling a https://game-api-pre.skymavis.com/v1/players/0xADDRESS/items/6 and then use the signature to claim the rewards over the rewards contract (abi: https://github.com/axie-taxi/abi/blob/main/contracts/roninRewardDistributor.abi, address 0x1a35e7ed2a2476129a32612644c8426bf8e8730c) (editado)
@dw | ๐Ÿ‡
Click the Claim button in the game and then follow documentation: https://documenter.getpostman.com/view/6518341/UyxepUT2 aka get the signature from calling a https://game-api-pre.skymavis.com/v1/players/0xADDRESS/items/6 and then use the signature to claim the rewards over the rewards contract (abi: https://github.com/axie-taxi/abi/blob/main/contracts/roninRewardDistributor.abi, address 0x1a35e7ed2a2476129a32612644c8426bf8e8730c) (editado)
`

Scatter.execute_ron does not accept float RON amount

to_ronin_amount_dict = {'0x6cad0145.....': 0.0001}
  1. In the above dictionary, should the address be a ChecksumAddress or the address must be prefixed by ronin:?
  2. If I want to transfer RON, can't the amount be in fractional RON? If not, then how to transfer say 0.0001 RON?
  3. Is Scatter.execute_ron really used for transferring RON from one wallet to another (or more than one recipients as defined in the dictionary)?

Sorry if I missed something in the documentation.

Methods to Return Tx Hash

Would it be possible to return the Tx Hashes from any interactions made with the Ronin Chain? Like Payments, Claiming SLP, Transfers, etc. This would just help with accounting and logging. Thanks! Appreciate all the work put into this util package.

Refactor Axie Class

  • Add get_axie_details to get the parts of an axie given its id
  • Make get_morph_data an static method (as it should be)

Fix Publish Pipeline

Publish pipeline is failing to find where poetry is creating the build. Needs fixing.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.