js-deprecated
js-deprecated copied to clipboard
Deprecated Metaplex JavaScript SDK
Enable dependabot for automated dependency updates https://github.blog/2020-06-01-keep-all-your-packages-up-to-date-with-dependabot/ relates to #165
Replaces #61 This comment explains: https://github.com/metaplex-foundation/js/pull/61#discussion_r750607683 @dssd1001
- [ ]API docs - [ ] inline docs See: https://github.com/metaplex-foundation/js/pull/156/files
Provide public method allowing NFT lookup by store creator
Provide public method allowing NFT lookup by store creator
https://github.com/metaplex-foundation/js/tree/main/src/actions All exposed features must work reliably. For new integration tests, use localnet with amman. [Example](https://github.com/metaplex-foundation/js/blob/main/test/actions/mintNFT.test.ts)
TokenMetadata is complicated and badly designed in the JSSDK I propose a class that abstracts the complexity of one chain ad off chain token metadata that will be easy to...
Port 6 actions from MPL to JS SDK - [x] Create vault - [x] Close vault - [x] Add tokens to vault - [ ] Set vault and auction authorities...