
Creando una Api para Interactuar con Blurt / Creating an Api for Interacting with Blurt
Recently my daughter has obtained her first university degree, one of the steps she had to overcome was to learn Python to develop her projects. Being someone who likes to learn I sat down to read the documentation and brush up on old knowledge. As a result of that I remembered that @saboin had mentioned to me that there was the Beem library, which when integrated with pyhton is a means to communicate with the Blurt Blockchain. Now why am I telling you this? basically because I feel that the blurt documentation is not good, for people like me who are not expert programmers. I consider that Beem has been friendly enough to get and build an Api that could be useful to anyone interested in building their own tools.
aquí pueden leer la documentación / here you can read the documentation
https://beem.readthedocs.io/en/latest/index.html
Esta pequeña Api que estoy creando puede servirle a cualquier novato o persona con conocimientos intermedios que se decida a crear un Frontend o algún otro aplicativo. dentro de mis resultados les comento lo siguiente: Pude crear un sistema de login, logout, encontrar las publicaciones recientes, las tranding incluso las publicaciones recientes que poseen mayor cantidad de comentarios (solo para una estadística propia)
This small Api that I am creating can be useful to any beginner or person with intermediate knowledge who decides to create a Frontend or any other application: I was able to create a login system, logout, find recent publications, tranding even recent publications that have more comments (only for my own statistics).
Aqui la implementación del sistema de login e implementando json web token, el usuario proporciona usuario y clave privada, la Api devuelve un token si son correctos
Here is the implementation of the login system and implementing json web token, the user provides user and private key, the Api returns a token if they are correct.
En esta imagen pueden ver el resultado de consultar las publicaciones mas recientes de Blurt. Como pueden notar solo faltaría consumir esta Api con algún Frontend o aplicativo. Aun falta mucho por incluir pero es algo que haré con el pasar de los días, si consideras que requieres algún tipo de aplicativo pequeño que te ayude en tu estadía aquí puedes consultarme, o si deseas que se implemente una ruta especifica que puedas usar.
In this image you can see the result of consulting Blurt's most recent publications. As you can notice, we only need to consume this Api with some frontend or application. There is still much to include but it is something that I will do with the passing of the days, if you consider that you require some type of small application that will help you in your stay here you can consult me, or if you want to implement a specific route that you can use.
Telegram and Whatsapp