Skip to content

Morphlings NFT by Fruition Of The Damned NFT minting dapp.

Notifications You must be signed in to change notification settings

GuavaLabs/Fruition

 
 

Repository files navigation

Fruition

Repository for Fruition Of The Damned NFT minting web application

Architectural Design

Fruition Application Architecture Diagram

Change Log

1.0

  • Created Skeleton in index.js
  • Added Images
  • Styled header, section 1 and added images

TESTING BRANCH LOG

A1.2

  • Created Section 1 And 2
  • Created styling for Section 1 and 2
  • Created MintQuantityComponent

A1.3

  • Created Sections 3 and 4
  • Styled Section 3 & 4
  • Created PhaseComponent
  • Fixed MintQuantityComponent Styling

A1.4

  • Created Footer
  • Restyled Section 4
  • Added additional images to Section 4
  • Added PlaceHolder Image to Footer

A1.5

  • Added rewrite function for Production only
  • Created Popup for users who have minted
  • Added whitelist functionality

CONTRACT NOTES

  • Asset.sol containing function _mintFor(address user, uint256 id, bytes memory) shoukd be deployed to Ropsten test network.

  • Constructor for Asset.sol: constructor(address _owner, string memory _name, string memory _symbol, address _imx)

  • Should be deployed with similar corresponding params(0xD2d8d0136Dced12C960FDB401657d6Ce53E08451, "Guava Test NFT", "GTN", 0x4527be8f31e2ebfbef4fcaddb5a17447b27d2aef)

  • Param: address _imx = 0x4527be8f31e2ebfbef4fcaddb5a17447b27d2aef as "Core" Public Test (Ropsten) address.

  • Please see image below.

image

About

Morphlings NFT by Fruition Of The Damned NFT minting dapp.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 61.9%
  • CSS 23.1%
  • Solidity 11.8%
  • Python 3.2%