1.0.0 • Published 4 years ago

@randomsounds/contracts v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

@randomsounds/contracts

Version Downloads GitHub Workflow Status

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

Addresses

  • Deployer address: 0x0A9f12d325b905907C43566b4740F2dFE10C3C4B
  • Contract address: 0xF66770253dfC078d6a3844e0c4738d2ff5006E5D

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