Displays market info for LUNI/LUNA on the Terra Blockchain (Webscrape method currently scraping CoinMarketCap)

Displays market info for LUNI/LUNA on the Terra Blockchain (Webscrape method currently scraping CoinMarketCap). Will evolve over time 🙂 pip3 install bs4 discord dotenv flask requests Discord Developer Portal: https://discord.com/developers/applications/ Set up your bot in the given link above and click “Bot” on the left menu to see the “Token” section underneath the Username input. Keep this in mind, as you will need this later. This is a private key to your Bot, so make sure to keep it safe/hidden, […]

Read more

Highly decentralized and censorship-resistant way to store key data

Beacon coin is a Chia singelton coin that can store data that needs to be: always available censorship resistant versioned potentially immutable You might want to use it for coordinating peers in a network, storing DNS information or whatever else you think of. (please share though).I wrote this mainly to learn more about Chialisp and explore smart coins in Chia Network (especially singletons).I used some general principles that could be expanded to implement a smart contract type of coin, with […]

Read more

A BlockChain Based solution for storing the medical records

📄Abstract Blockchain has the ability to keep an incorruptible, decentralized, and transparent log of all patient data makes it a technology rife for security applications. Additionally, while blockchain is transparent it is also private, concealing the identity of any individual with complex and secure codes that can protect the sensitivity of medical data. The decentralized nature of the technology also allows patients, doctors, and healthcare providers to share the same information quickly and safely. 🗒️Introduction This project effectively stores the […]

Read more