Skip to content

Commit

Permalink
correct readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ryley-o committed Oct 31, 2024
1 parent c74253a commit 30daefe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ npm run dev

To fill out a form and view a supported Art Blocks artwork, navigate to `http://localhost:5173/on-chain-generator-viewer/`.

To view an Art Blocks artwork directly, navigate to `http://localhost:5173/on-chain-generator-viewer/<contract-address>/<token-id>`, replacing <contract-address> and <token-id> with the address of the NFT contract and the ID of the token you want to view. The application will fetch the data URI for the NFT and display it within an iframe.
To view an Art Blocks artwork directly, navigate to `http://localhost:5173/on-chain-generator-viewer/<contract-address>/<token-id>`, replacing <contract-address> and <token-id> with the address of the NFT contract and the ID of the token you want to view. The application will fetch the html for the NFT and display it within an iframe on a new tab.

0 comments on commit 30daefe

Please sign in to comment.