Overview

The WNS Program defines NFTs as any asset with:

  • 0 decimals - The asset cannot be broken into small chunks

  • 1 supply - There is only one of the asset

  • Locked Mint Authority - There will only ever be one token

The WNS program is primarily an interface for building NFTs with Token Extensions. This is not intended to be a heavy program and the majority of credit for the functionality of these tokens lies with Solana Labs team.

Here is a brief guide to the Token Extensions program which is heavily referenced by WNS.

The WNS program audit has not been formally completed yet and should be treated as such. This Gitbook will serve as a reference point for the structure of WNS, how to build on it, and how to support the project. For specific code, please visit the github here:

Last updated