Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • nft nft
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Metrics
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • plutus
  • contracts
  • nftnft
  • Repository

Switch branch/tag
  1. nft
History Find file
Download source code
zip tar.gz tar.bz2 tar
Clone
  • Visual Studio Code (SSH)
    Visual Studio Code (HTTPS)
  • Copy SSH clone URLgit@gitlab.homotopic.tech:plutus/contracts/nft.git
  • Copy HTTPS clone URLhttps://gitlab.homotopic.tech/plutus/contracts/nft.git
Change model from TokenName to SymToken
Daniel Firth authored 3 years ago
4a9097fd
Name Last commit Last update
src/Plutus/Contracts Allow multiple token names per policy 3 years ago
test Change model from TokenName to SymToken 3 years ago
.gitlab-ci.dhall Update plutus-apps 3 years ago
.gitlab-ci.yml Update plutus-apps 3 years ago
.update-ci.sh Add CI 3 years ago
README.md Initial commit - NFT contract 3 years ago
flake.lock Update plutus-apps 3 years ago
flake.nix Demonstrate gen problem 3 years ago
hie.yaml Initial commit - gift contract 3 years ago
package.yaml Fix warnings 3 years ago
plutus-contract-nft.cabal Fix warnings 3 years ago
stack.yaml Allow multiple token names per policy 3 years ago
README.md

Plutus Contract: NFT

This is an off-chain contract schema called "NFT". This uses the minting-policy at (https://gitlab.homotopic.tech/plutus/minting-policies/nft). The contract allows someone to mint an NFT, and will keep a log of all NFTs minted.