-
I'm trying to use `coption` / `COption`
I use the code provided by the doc
_Code used:_
```ts
import * as web3 from '@solana/web3.js';
import * as beet from '@metaplex-foundation/beet';
import…
-
What fields are required vs optional in https://docs.metaplex.com/programs/token-metadata/token-standard#the-non-fungible-standard ?
Eg 'symbol' is in the standard, but not used in the example.
…
-
How would I grab an existing CandyMachine's data using this library? I combed through the functions but I can't seem to figure out how to get metadata like Price, Whitelist settings, etc. using the Ca…
-
I was creating **spl token with metadata** using **createCreateMetadataAccountV3Instruction** function of _"@metaplex-foundation/mpl-token-metadata": "^2.5.2"_
I got error like `SendTransactionError:…
-
# Token Standard Support
- [x] #6
- [ ] #5
- [ ] #7
- [ ] #8
Reference: https://developers.metaplex.com/token-metadata/token-standard
-
I tried to follow the guide in Metaplex to create a CandyMachine using umi.
```typescript
import { Keypair } from "@solana/web3.js";
import { createUmi } from '@metaplex-foundation/umi-bundle-def…
-
It would be great if Shank could capture all the PDAs of a program in the IRL so they can be auto-generated by Solita (See https://github.com/metaplex-foundation/metaplex-program-library/pull/420).
…
-
The update_token_metadata function doesn't allow updating primary_sale_happened. Is there another way to do so?
-
I am trying to fetch the orderbook just as a starting point to start playing with the project and interact more with serum.
On running
```js
import { Account, Connection, PublicKey } from '@sol…
-
My VSCode is filled with many errors that weren't caught by our CI. And I'm pretty sure they're all legit. If I run `npm exec tsc` from the root repo I get the following:
```
src/renderer/App.tsx(…