Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 611 Bytes

File metadata and controls

18 lines (13 loc) · 611 Bytes

A JavaScript library for WEN New Standard (WNS) program.

Getting started

  1. First, ensure you have @solana/web3.js@2.0.0-preview.3 as dependency in your project.
  2. Next, install this library using the package manager of your choice.
npm install @wen-community/wen-new-standard
  1. 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.