jokeru / lockedmex-exchange-lkmex-rates

Trade your LKMEX for EGLD or MEX

Home Page:https://replit.com/@jokeru/lockedmex-exchange-lkmex-rates#main.py

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lockedmex-exchange-lkmex-rates

GitHub Super-Linter

If you own LKMEX and you want to:

  • cash out 💸
  • or simply swap them 🔄 for EGLD or MEX

one way of doing it is by using the lockedmex.exchange site.

Setup

The main.py script is very simple, just an API Request that will Query the Smart Contract on the elrond blockchain.

You can play with the online version of the script here on replit.

For local development, any python3 would do:

python3 main.py

Or if you prefer docker, you can use this Dockerfile to build your image:

docker build --tag lockedmex-exchange-lkmex-rates:0.1.0 .
docker run --rm lockedmex-exchange-lkmex-rates:0.1.0
docker image rm lockedmex-exchange-lkmex-rates:0.1.0

Output

10 LKMEX = 3.433 MEX
1m LKMEX = 0.520 EGLD

Tip

💰 You can also check the telegram bot way of swapping LKMEX to EGLD or MEX.

About

Trade your LKMEX for EGLD or MEX

https://replit.com/@jokeru/lockedmex-exchange-lkmex-rates#main.py

License:MIT License


Languages

Language:Python 88.1%Language:Dockerfile 11.9%