Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aorumbayev/algofractals
Mint randomly generated fractals on Algorand blockchain
https://github.com/aorumbayev/algofractals
algorand asa blockchain fractals mandelbrot-fractal nfts vuejs
Last synced: 8 days ago
JSON representation
Mint randomly generated fractals on Algorand blockchain
- Host: GitHub
- URL: https://github.com/aorumbayev/algofractals
- Owner: aorumbayev
- Archived: true
- Created: 2022-01-12T03:21:55.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-01T04:04:14.000Z (over 1 year ago)
- Last Synced: 2024-01-25T06:08:58.928Z (9 months ago)
- Topics: algorand, asa, blockchain, fractals, mandelbrot-fractal, nfts, vuejs
- Language: JavaScript
- Homepage: https://algofractals.com
- Size: 758 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
- awesome-algorand - algofractals - Mint randomly generated mandelbrot fractals with embedded ARC69 tags. (Archived on Dec 31, 2023) (Community Resources / Projects)
- awesome-algorand - algofractals - Mint randomly generated mandelbrot fractals with embedded ARC69 tags. (Archived on Dec 31, 2023) (Community Resources / Projects)
README
## ๐ About
The following repository hosts the source codes for [AlgoFractals](https://algofractals.com) project.
## Prerequisites
- [yarn](https://yarnpkg.com/)
- [node >= 14](https://nodejs.org/en/)## ๐ Overview
AlgoFractals is a simple web app wrapping Asset Create transaction issued on the Algorand blockchain. This transaction mints and creates a snapshot of a randomly generated mandelbrot fractal and embedds various metadata about the fractal into the transaction.
## โ๏ธ Installation
Using `yarn`:
```bash
yarn install
```Running local preview:
```bash
yarn start
```## ๐งช Testing
TBD
## ๐ง Contribution guideline
See [`CONTRIBUTING.md`](CONTRIBUTING.md)
## โญ๏ธ Stargazers
Special thanks to everyone who forked or starred the repository โค๏ธ
[![Stargazers repo roster for @aorumbayev/algofractals](https://reporoster.com/stars/dark/aorumbayev/algofractals)](https://github.com/aorumbayev/algofractals/stargazers)
[![Forkers repo roster for @aorumbayev/algofractals](https://reporoster.com/forks/dark/aorumbayev/algofractals)](https://github.com/aorumbayev/algofractals/network/members)