Crate uanft

source ·
Expand description

INTERLOCK NETWORK - UNIVERSAL ACCESS NFT

This is a PSP34 NFT in compatible with Art Zero marketplace and capable of managing user access credentials on the blockchain using a strategy similar to two-factor-authentication (2FA).

Build needs cargo-contract version 2.0.0:

  • cargo install cargo-contract --force --version 2.0.0

To build:

  • cargo +nightly-2023-02-07 contract build

To build docs:

  • cargo +nightly doc --no-deps --document-private-items --open

To reroute docs in Github:

  • echo "<meta http-equiv=\"refresh\" content=\"0; url=build_wheel\">" >
  • target/doc/index.html;
  • cp -r target/doc ./docs

Re-exports

Modules