Add data into NFT

PHOTO EMBED

Tue Sep 27 2022 07:52:55 GMT+0000 (Coordinated Universal Time)

Saved by @revisenft

const nft = await revise.addNFT({
    image: 'https://revise-testing.fra1.digitaloceanspaces.com/sample-collection/1.jpg',
    name: 'Star Lord',
    tokenId: '1',
    description: 'This is a test description'
  }, [
    {attack: "80"}, {color: "maroon"}, {stamina: "90"}
  ], collectionID)

console.log(nft)
content_copyCOPY