Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 838 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 838 Bytes

RustPrograms

Game Downloader

Downloads a .zip file, extracts the contents, and executes the program within includes 3 games.

tide_server_SQL

RUST API using tide crate and MySQL database. Can be used for CRUD operations and inserting thousands of records autmatically.

VRMETA blockchain

Blockchain built using Substrate, designed for the metaverse and gaming operations. Each Pallet consists of gaming smart contracts based on the game genre.

File extension changer

Iterates through a directory and changes the extension to the requested new extension. Useful for preparing NFT collections into .json and .png sets.

Web scraper

Web scraping application built in Rust. Pulls data via html web scraping into local scope. Can be expanded to insert the data into databases, json, etc.