Skip to content

Commit

Permalink
Merge pull request #287 from MoMannn/master
Browse files Browse the repository at this point in the history
Add license identifier.
  • Loading branch information
xpepermint authored Nov 29, 2021
2 parents fa1344e + e47a99e commit 246e7cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ You have created and have possession of unique glass-blown artwork (each having
To do this, simply paste the code below into Remix and deploy the smart contract. You will "mint" a token for each new piece of artwork you want to see. Then you will "burn" that token when you surrender physical possession of the piece.

```solidity
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
import "https://github.com/nibbstack/erc721/src/contracts/tokens/nf-token-metadata.sol";
Expand Down

0 comments on commit 246e7cc

Please sign in to comment.