crokau / frame-lib

Make purely on-chain interoperable NFTs. Merge art and metadata from one into another. Works with all on-chain NFTs on the market today.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Frame: On-chain NFT composing library

Building block for NFT devs.

Takes on-chain nft contract tokenUri() outputs that look like: "data:application/json;base64,eyJuYW1lIjogI ... " and gives you <svg id="someNFT"> ... </svg Without leaving your contract!

Then you can do stuff like: <svg id="composeNftIntoNewNft"> [<svg id="someNFT"> ... </svg] </svg

This is a creative technical project to give a glimpse into the possibilities of true unstoppable interoperable NFTs.

This project demonstrates usage of the onchain frame library to decode a onchain NFT and compose it into a new NFT, all within a smart contract with ZERO offchain code.

Try running some of the following tasks:

npm i
npx hardhat test

Untitled_Artwork 3

About

Make purely on-chain interoperable NFTs. Merge art and metadata from one into another. Works with all on-chain NFTs on the market today.


Languages

Language:Solidity 82.6%Language:TypeScript 17.4%