Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "dn404", | ||
"license": "MIT", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Implementation of a co-joined ERC20 and ERC721 pair.", | ||
@@ -6,0 +6,0 @@ "files": [ |
@@ -35,3 +35,4 @@ # DN404 🥜 | ||
└─ example | ||
└─ SimpleDN404 — "Simple DN404 example" | ||
├─ SimpleDN404 — "Simple DN404 example as ERC20" | ||
└─ NFTMintDN404 — "Simple DN404 example as ERC721" | ||
``` | ||
@@ -51,9 +52,9 @@ | ||
While DN404 has been heavily tested, there may be parts that may exhibit unexpected emergent behavior when used with other code, or may break in future Solidity versions. | ||
While DN404 has been heavily tested, there may be parts that exhibit unexpected emergent behavior when used with other code, or break in future Solidity versions. | ||
Please always include your own thorough tests when using DN404 to make sure it works correctly with your code. | ||
Please always include your own thorough tests when using DN404 to make sure it works correctly with your code. | ||
## Upgradability | ||
Most contracts in DN404 are compatible with both upgradeable and non-upgradeable (i.e. regular) contracts. | ||
Most contracts in DN404 are compatible with both upgradeable and non-upgradeable (i.e. regular) contracts. | ||
@@ -60,0 +61,0 @@ Please call any required internal initialization methods accordingly. |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
79418
74
7