js-deprecated icon indicating copy to clipboard operation
js-deprecated copied to clipboard

Deprecated Metaplex JavaScript SDK

Results 55 js-deprecated issues
Sort by recently updated
recently updated
newest added

Enable dependabot for automated dependency updates https://github.blog/2020-06-01-keep-all-your-packages-up-to-date-with-dependabot/ relates to #165

enhancement
SDK: JS

Replaces #61 This comment explains: https://github.com/metaplex-foundation/js/pull/61#discussion_r750607683 @dssd1001

SDK: JS

- [ ]API docs - [ ] inline docs See: https://github.com/metaplex-foundation/js/pull/156/files

docs
SDK: JS

Provide public method allowing NFT lookup by update authority

SDK: JS

Provide public method allowing NFT lookup by store creator

enhancement
SDK: JS

Provide public method allowing NFT lookup by store creator

enhancement
SDK: JS

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)

SDK: JS

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...

SDK: JS

Port 6 actions from MPL to JS SDK - [x] Create vault - [x] Close vault - [x] Add tokens to vault - [ ] Set vault and auction authorities...

SDK: JS