Skip to content

joegrist/CucumberPatchNFT

 
 

Repository files navigation

See MODS.md for Mods performed!

ZeroCodeNFT

image

wallet plugin

contains all the interactions and event listeners necessary to interact with the metamask or another provider

Build Setup

# install dependencies
$ npm install

# serve with hot reload at localhost:3000
$ #was: npm run dev
$ NODE_OPTIONS=--openssl-legacy-provider npm run dev

# build for production and launch server
$ npm run build
$ npm run start

# generate static project
$ npm run generate

For detailed explanation on how things work, check out the documentation.

How to add new blockchain support

  • find 2 .svg images of the blockchain logo and drop them into /assets/blockchain/ folders
  • add config to constants/metamask.js and update other objects in there
  • update constants/index.js
  • update mixins/blockchainImage.js
  • update Blockchain.vue

About

Drop your NFT collection with ZERO code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 75.6%
  • JavaScript 23.7%
  • SCSS 0.7%