Solnet.Metaplex
Solnet.Metaplex copied to clipboard
Metaplex Protocol .NET integration library.
…t info is not successfully retrieved. > ⚠️ NOTE: Use notes like this to emphasize something important about the PR. > > This could include other PRs this PR is...
MetadataCreate example doesn't seems to work, both when trying to reproduce it on own codebase (getting Solnet.Metaplex from nuget) and cloning this repo. 
Hello, Is there going to be a NuGet version bump after @BifrostTitan' latest merges? Last one was https://github.com/bmresearch/Solnet.Metaplex/pull/47, but the NuGet package was lastly updated 4 months ago. He did...
Hi. I was trying to update Metadata Account fields' value, but the following error shows up! {"jsonrpc":"2.0","error":{"code":-32602,"message":"invalid transaction: Transaction failed to sanitize accounts offsets correctly"},"id":2} Could you provide me a...
v1.1.0 introduced a lot of additions to metadata account data and some deprecations. We need a to add - [ ] New constants, new PDAs - [ ] Data2 -...
**Describe the bug** {"Specified argument was out of the range of valid values. (Parameter 'offset')"} exception in `ParseData`. **Reproduce** Create nft without `creators` but with `primarySaleHappened`. **Why** `(binData.GetU16(MetadataAccountLayout.creatorsOffset)` gives `256`...
Given a token address , we would need to fetch the json metadata from the uri field of the metadata account data. Maybe implement metadataJson as a class?
- [ ] SetAndVerify - [ ] FreezeDelegatedAccount - [ ] ThawDelegatedAccount - [ ] RemoveCreatorVerification
Add new instructions ( v1.1.0 of Metadata program ) - [ ] UpdateMetadataAccountV2 - [ ] CreateMetadataAccountV2 - [ ] CreateMasterEditionV3 - [ ] VerifyCollection - [ ] Utilize -...
- [ ] RedeemBid - [ ] RedeemFullRightsTransferBid - [ ] StartAuction - [ ] ClaimBid - [ ] EmptyPaymentAccount - [ ] SetStore - [ ] SetWhitelistedCreator - [...