Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 1.11 KB

README.md

File metadata and controls

28 lines (16 loc) · 1.11 KB

Burn Ada

Alt text


Link to the Website: https://burn-ada.app

Created by: Mitch Notarnicola


Repository Structure

This repo has been organized as follows:

👉 All of the code that pertains to the actual application resides in the app folder.

👉 The code for creating the burn address is located in the res folder.

👉 The code that GitHub uses to perform Actions on a runner, Virtual Machine, is in the .github folder.


Branch Structure

👉 The main branch contains the entire codebase for this project.

👉 The mainnet-build branch stores all of the build artifacts from the mainnet run of the GitHub Action.

👉 The testnet-build branch stores all of the build artifacts from the testnet run of the GitHub Action.