Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Could not add NFT module into the project created by ignite scaffold #2683

Closed
fengzhyuan opened this issue Jul 31, 2022 · 1 comment
Closed
Labels

Comments

@fengzhyuan
Copy link

Describe the bug
With the created scaffolding project, I cannot add the x/nft module.

To reproduce
Steps to reproduce the behavior:

  1. ignite scaffold chain chain-name
  2. Either add a line into app/app.go with "github.com/cosmos/cosmos-sdk/x/nft" or in terminal type go get "github.com/cosmos/cosmos-sdk/x/nft"
  3. There will be an error: go: github.com/99designs/[email protected] used for two different module paths (github.com/99designs/go-keychain and github.com/keybase/go-keychain)

What version are you using?
v0.23.0

Provide the output of the ignite version command.

Ignite CLI version:     v0.23.0
Ignite CLI build date:  2022-07-24T18:17:44Z
Ignite CLI source hash: 64df9aef958b3e8bc04b40d9feeb03426075ea89
Your OS:                darwin
Your arch:              amd64
Your go version:        go version go1.18.4 darwin/amd64
Your uname -a:          Darwin Zhongyuans-Mac-Pro.local 21.1.0 Darwin Kernel Version 21.1.0: Wed Oct 13 17:33:23 PDT 2021; root:xnu-8019.41.5~1/RELEASE_X86_64 x86_64
Your cwd:               /Users/zfeng/workspace/cosmos/findmi
Is on Gitpod:           false
@fadeev
Copy link
Contributor

fadeev commented Jul 31, 2022

The latest stable version of Ignite CLI scaffolds a Cosmos SDK v0.45.x blockchain. The NFT module was introduced in Cosmos SDK v0.46. The Ignite CLI is in the process of being updated to the recently released v0.46, so you'll be able to add an NFT module to it easily.

#2673

Also, the issue with different keyring packages has been resolved in the develop branch: #2655

Closing this issue, because it will be automatically resolved in the next version of Ignite CLI.

@fadeev fadeev closed this as completed Jul 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants