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: 3 months ago
JSON representation

Mint randomly generated fractals on Algorand blockchain

Lists

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)