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

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

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.crunch(projectDir, overwrite: true);
    await cli.nft(projectDir);
} on NftCliException catch (e) {
    print(e.message);
}
1
likes
130
points
22
downloads

Publisher

verified publishernovelplotter.com

Weekly Downloads

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

Documentation

API reference

License

MIT (license)

Dependencies

args, collection, commandline_or_gui_windows, crypto, duration, filesize, flutter, humanize_big_int, image, io, isolate_pool_2, path, universal_disk_space

More

Packages that depend on nftgen