Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ryley-o committed Oct 31, 2024
1 parent 941c8b8 commit 88112c6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

This repository contains a viewer application for the Art Blocks On-Chain Generator.

## [https://artblocks.github.io/on-chain-generator-viewer](https://artblocks.github.io/on-chain-generator-viewer)

> You may also run the application locally by following the instructions below
## Overview

The Art Blocks On-Chain Generator is a unique smart contract that assembles various on-chain resources, including project scripts, dependency scripts, and token data into a cohesive template. All of these components are stored on-chain. The generator leverages Scripty.sol to efficiently orchestrate the integration of these resources, producing the executable code needed to render an Art Blocks NFT in a web browser.

This viewer application retrieves the data URI of the NFT from a single contract call and injects it as the source of an iframe to display the token.
Expand Down

0 comments on commit 88112c6

Please sign in to comment.