@wen-foundation/wen-new-standard
v0.4.6-alpha
Published
An SDK for developing on the Open Source NFT Standard built on Solana Token Extensions.
Downloads
14
Maintainers
Readme
A JavaScript library for WEN New Standard (WNS) program.
Getting started
- First, ensure you have
@solana/[email protected]
as dependency in your project. - Next, install this library using the package manager of your choice.
npm install @wen-community/wen-new-standard
- Finally, register the library with your Umi instance.
import * from '@wen-community/wen-new-standard';
Contributing
Check out the Contributing Guide the learn more about how to contribute to this library.