Skip to content

tanzeelgcuf/Nft-minting-solidity-contract

Repository files navigation

Cover

@randomsounds/contracts

Version Downloads GitHub Workflow Status Coverage

Solidity contract for RAND0M S0UNDS NFT. Includes the contract itself, ABIs and TypeScript definitons.

Addresses

Lead Maintainer

v1rtl

Install

pnpm i @randomsounds/contracts

Usage

Solidity

import "@randomsounds/contracts/RandomSoundsNFT.sol";

contract MyContract is RandomSoundsNFT {
 // blah blah
}

TypeScript

import type { RandomSoundsNFT } from '@randomsounds/contracts'

// blah blah