0.3.0 • Published 4 years ago

artree-nft-converter v0.3.0

Weekly downloads
5
License
ISC
Repository
github
Last release
4 years ago

Artree NFT Converter

This allows us to convert off-chain images to Ethereum NFT easily.

Installation

$ npm i --save artree-nft-converter

Interface

interface StegParams {
    verification: Verification
    signature: Signature
}

interface Verification {
    owner: string
    creationHash: string
    tokenId: number
    commons: string
}

interface Signature {
    sha: string
    sig: string
}

Steg Params

The params embedded in image.

Field NameContent
ownerEthereum address of image owner
creationHashTransaction hash of this NFT created
tokenIdNFT ID on Ethereum
commonsCreative commons rule set
shaSha hash for string verification
sigOwner signature
0.3.0

4 years ago

0.2.1

4 years ago

0.2.0

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago