spawn-wasm-erc721 0.1.0

A WASM-based ERC-20 token library for Web3 developers, providing a high-performance, secure, and customizable solution.
Documentation
[dependencies.wasm-bindgen]
version = "0.2"

[lib]
crate-type = ["cdylib"]
name = "spawn_wasm_erc721"
path = "src/lib.rs"

[package]
authors = ["nzengi < zenginureddin1@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["cryptography", "web-programming"]
description = "A WASM-based ERC-20 token library for Web3 developers, providing a high-performance, secure, and customizable solution."
edition = "2021"
exclude = ["target/*"]
homepage = "https://github.com/nzengi/spawn-wasm-erc721"
keywords = ["WASM", "ERC20", "blockchain", "WebAssembly", "Rust"]
license = "MIT"
name = "spawn-wasm-erc721"
readme = "README.md"
repository = "https://github.com/nzengi/spawn-wasm-erc721"
version = "0.1.0"