nftgen 0.0.5 copy "nftgen: ^0.0.5" to clipboard
nftgen: ^0.0.5 copied to clipboard

NFT unique image generator and metadata analyzer, available as package and CLI.

example/example.md

try {
    final sep = Platform.pathSeparator;
    final String projectDir = 'project';
    final String layerDir = '$projectDir${sep}layer';
    final String name = "NFT Test name";

    await cli.init(projectDir, layerDir, name, true);
    await cli.meta(projectDir);
    await cli.rarity(projectDir);
    await cli.cid(projectDir, "NEW-CID");
    await cli.nft(projectDir);
} on NftCliException catch (e) {
    print(e.message);
}
1
likes
130
points
37
downloads

Publisher

verified publishernovelplotter.com

Weekly Downloads

NFT unique image generator and metadata analyzer, available as package and CLI.

License

MIT (license)

Dependencies

args, crypto, image, io, path

More

Packages that depend on nftgen