Onft
Bespoke protocol and high-level implementation of Non-fungible token (NFT) technology 🚀
Example
use Chain;
// create
let mut chain = default;
println!;
// add block
chain.push_data.unwrap;
println!;
// verify
if let Ok = chain.verify else
Check the useful examples/ directory or the item-level documentation for more examples! 😊
Usage
Simply add the following to your Cargo.toml file:
[]
= "0.1.0-beta.2"
Licensing
This project is dual-licensed under both the MIT and Apache licenses, so feel free to use either at your discretion.