![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
nftcomponentstest
Advanced tools
Zora's NFT components allow you to easily create your own gallery or auction house with zNFT infrastructure.
This library provides the front-end display components on top of the @zoralabs/nft-hooks
data-fetching library;
This library works alongside the Zora auction house (code) allows for DAOs and individuals to run their own decentralized auction house. Arbitrary NFTs across a wide variety of contract implementations are supported.
These components allow for drop-in rendering of NFTs. They work on the frontend and do not need any server-side components. These components are aware of both ongoing auctions and the perpetual markets for zNFTs, integrating latest bid information and other relevant marketplace information. They also handle most all of the same media types that the Zora marketplace natively handles (audio, video, image, HTML, and text). The components can be modified as needed and should be used as a prototype look and feel. Under the hood, they use the @zoralabs/nft-hooks library to retrieve data, if more customization is needed for the look and feel of the components the underlying data can be retrieved directly.
yarn add @zoralabs/nft-components
import { NFTPreview } from "@zoralabs/nft-components";
export const Page = () => <NFTPreview id="3002" />;
import { NFTFullPage } from "@zoralabs/nft-components";
export const Page = () => <NFTFullPage id="3002" />;
import { NFTFullPage } from "@zoralabs/nft-components";
export const Page = ({curatorId}: {curatorId: string}) => (
<AuctionHouseList
onClick={(_, auction) => alert(`Clicked token ${auction.tokenId}`)}
curatorIds={[curatorId]}
/>
);
import { NFTProposal } from "@zoralabs/nft-components";
export const Page = () => <NFTProposal id="3002" />;
FAQs
nft components test
The npm package nftcomponentstest receives a total of 1 weekly downloads. As such, nftcomponentstest popularity was classified as not popular.
We found that nftcomponentstest demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.