Git Product home page Git Product logo

mintui's People

Contributors

charlieaio avatar drummerjolev avatar lukejmann avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

mintui's Issues

Compatibility with metaplex cli

I used metaplex candy-machine-cli.ts to create candy machine and upload all assets.
But when I try to import the candy machine json file on this UI, looks like it can't read the candy machine config.

Is it a already known problem?

Missing dependencies

[0] ./src/views/StartModal.js
[0] Module not found: Can't resolve '@headlessui/react' in '/Users/ohaddahan/Projects/MintUI/src/views'
[0] Compiling...
[0] Failed to compile.

Fixed with yarn add @headlessui/react.

[0] Failed to compile.
[0] ./src/App.js
[0] Module not found: Can't resolve '@heroicons/react/outline' in '/Users/ohaddahan/Projects/MintUI/src'
[0] Compiling...
[0] Failed to compile.

Fixed with yarn add @heroicons/react.

yarn start

C:\MintUI-main>yarn start
yarn run v1.22.18
$ concurrently -k "BROWSER=none craco start" "npm:electron"
[0] 'BROWSER'��(��) ���� �Ǵ� �ܺ� ����, ������ �� �ִ� ���α׷�, �Ǵ�
[0] ��ġ ������ �ƴմϴ�.
[0] BROWSER=none craco start exited with code 1
--> Sending SIGTERM to other processes..
[electron] npm run electron exited with code 1
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

not start help me.

CMv2

Hi, are you planning to upload this with candymachine V2 cli?

yarn start

When I run yarn start I get the following error.

[electron] /root/MintUI/node_modules/electron/dist/electron: error while loading shared libraries: libxshmfence.so.1: cannot open shared object file: No such file or directory
[electron] npm ERR! code ELIFECYCLE
[electron] npm ERR! syscall spawn
[electron] npm ERR! file sh
[electron] npm ERR! errno ENOENT
[electron] npm ERR! [email protected] electron: wait-on tcp:3000 && electron .
[electron] npm ERR! spawn ENOENT
[electron] npm ERR!
[electron] npm ERR! Failed at the [email protected] electron script.
[electron] npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
[electron]
[electron] npm ERR! A complete log of this run can be found in:
[electron] npm ERR! /root/.npm/_logs/2021-10-06T04_12_57_070Z-debug.log
[electron] npm run electron exited with code 1
--> Sending SIGTERM to other processes..
[0] BROWSER=none craco start exited with code SIGTERM
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

timeout / close on large collection

Hi, thanks for the sweet work!

However, I am getting a BREAKING error on upload of a rather large collection (5545 items in the assets.json list).

See attached screenshot.

Would be grateful for assistance!! Thanks in advance!

Screenshot 2021-10-18 at 19 46 16

Loading an existing .cache json candy machine still requires to upload assets 😢

I have a candy machine that I have created using the candy machine CLI. I wanted to visualize it, so I opened MintUI, used the load button and loaded the .cache/devnet-temp JSON. The MintUI at this point instead of allowing me to manage or mint, asked me to reupload the assets, but the assets have already been uploaded & verified. Seems like the state machine on the app is broken.

Screen Shot 2021-12-15 at 5 17 21 PM

For context, here is the devnet-temp JSON:

{
  "program": {
    "uuid": "733h9N",
    "config": "733h9NxDn4VXmwteTUa5VbVWF5RT2o6CHU1wjAVRL5jE"
  },
  "items": {
    "0": {
      "link": "https://arweave.net/tgs3ImIPIy22ttD3anz7IJ9cxKOH_bOeq_JTL5blhiA",
      "name": "Anahiti",
      "onChain": true
    },
    "1": {
      "link": "https://arweave.net/WZ_HBe3Nc6bkGbRQX6xRKHSqolMuzvFYbF42_QwRaUo",
      "name": "Khanati",
      "onChain": true
    },
    "2": {
      "link": "https://arweave.net/s2pzAsfRT_Ia0RpJZ7gWs711UElDDhzL99HOc7HXs4s",
      "name": "Revanshi",
      "onChain": true
    }
  },
  "env": "devnet",
  "cacheName": "temp",
  "authority": "6zsuBDfuvtxK5FD9tf8u8LfrYBVnxDWRhj43snmC6Qx6",
  "candyMachineAddress": "3S2cVxYcQ3pHuqqC6JBPayv7X5ecQu61URjxwjFCuM7E",
  "startDate": 1638317520
}

Asset List?

How do you create an asset list? I cant just upload files first? I dont understand the asset list

[Question] Cluster control

I'm seeing some cluster setup in the code but not reflected in the UI, did I miss it?
Can you please clarify if/how to control it?

Uploading of .mp4 assets

Love this project and theres definitely a need for it! I am trying to create a fair mint candy machine using .mp4 files and have not been able to figure it out using metaplex.

Could you expand the readme to include more information on the .mp4 upload to IPFS (is it possible to use arweave?)

Fails to launch on node --version = v17.2.0

Pull latest, yarn install, yarn start, notice that it fails with error below in case of Node 17.X.

➜  MintUI git:(main) ✗ node --version
v17.2.0
➜  MintUI git:(main) yarn start
yarn run v1.22.17
$ concurrently -k "BROWSER=none craco start" "npm:electron"
[electron]
[electron] > [email protected] electron
[electron] > wait-on tcp:3000 && electron .
[electron]
[0] node:internal/errors:464
[0]     ErrorCaptureStackTrace(err);
[0]     ^
[0]
[0] Error [ERR_PACKAGE_PATH_NOT_EXPORTED]: Package subpath './lib/tokenize' is not defined by "exports" in /Users/zkhalapyan/Desktop/MintUI/node_modules/postcss-safe-parser/node_modules/postcss/package.json
[0]     at new NodeError (node:internal/errors:371:5)
[0]     at throwExportsNotFound (node:internal/modules/esm/resolve:429:9)
[0]     at packageExportsResolve (node:internal/modules/esm/resolve:683:3)
[0]     at resolveExports (node:internal/modules/cjs/loader:482:36)
[0]     at Function.Module._findPath (node:internal/modules/cjs/loader:522:31)
[0]     at Function.Module._resolveFilename (node:internal/modules/cjs/loader:919:27)
[0]     at Function.Module._load (node:internal/modules/cjs/loader:778:27)
[0]     at Module.require (node:internal/modules/cjs/loader:999:19)
[0]     at require (node:internal/modules/cjs/helpers:102:18)
[0]     at Object.<anonymous> (/Users/zkhalapyan/Desktop/MintUI/node_modules/postcss-safe-parser/lib/safe-parser.js:1:17) {
[0]   code: 'ERR_PACKAGE_PATH_NOT_EXPORTED'
[0] }
[0]
[0] Node.js v17.2.0
[0] BROWSER=none craco start exited with code 1
--> Sending SIGTERM to other processes..
[electron] /Users/zkhalapyan/Desktop/MintUI/node_modules/electron/dist/Electron.app/Contents/MacOS/Electron exited with signal SIGTERM
[electron] npm run electron exited with code SIGTERM
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.