@vvv-interactive/nftanvil

1.1.0 • Public • Published

About

NFT & FT tools for the Anvil Protocol powered by the Internet Computer.

Anvil Protocol Command Line Interface

Documentation: https://docs.nftanvil.com/docs/sdk/cli

Github: https://github.com/infu/nftanvil/tree/main/packages/nftanvil

Minting

module.exports = [
  {
    name: "First nft",
    domain: "badbot.ninja",
    lore: "Once upon a time...",
    content: "content/somefile.jpg",
    thumb: "thumb/somethumb.jpg",
    attributes: {
      agility: 1,
      intelligence: 4,
    },
    tags: ["helmet", "protection"],
    quality: 1,
    authorShare: 50,
  },
  {
    name: "Second nft",
    domain: "badbot.ninja",
    lore: "Once upon a time...",
    content: "content/somefile.jpg",
    thumb: "thumb/somethumb.jpg",
    attributes: {
      agility: 1,
      intelligence: 4,
    },
    tags: ["helmet", "protection"],
    quality: 1,
    authorShare: 50,
  },
];

After installing

npx anvil mint 0 3

Readme

Keywords

none

Package Sidebar

Install

npm i @vvv-interactive/nftanvil

Weekly Downloads

6

Version

1.1.0

License

MIT

Unpacked Size

775 kB

Total Files

15

Last publish

Collaborators

  • infurious