Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 721 Bytes

notes_Attribution.md

File metadata and controls

21 lines (14 loc) · 721 Bytes

developed using the guide "Building an NFT Marketplace for digital Art" code reused from Openzeppelin (ERC721, Ownable, Pullpayment) code reused from https://github.com/bernhard3000/nft-digital-marketplace

ArtToken - This has ben developed on MacOSx - adapt accordingly for Linux installation dependencies:

truffle

dependencies (install using npm): Vue.js : (in MAcosX sudo npm install -g @vue/cli@latest) DONE

Ether.js DONE ipfs-http-client :: sudo npm install --save ipfs-http-client DONE //be careful as potentially it is the use of sudo that ceates issues in the communication between vue.js and ipfs

serve

developed using the guide" Building an NFT Marketplace for digital Art" code reused from Openzeppelin