Skip to content

randomsounds-wtf/contracts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

28 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

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