contracts icon indicating copy to clipboard operation
contracts copied to clipboard

🎵📜🎹 Solidity contract for random sounds NFT

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