Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 304 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 304 Bytes

Token program

A Fungible Token program on the Solana blockchain.

This program provides an interface and implementation that third parties can utilize to create and use their tokens.

Full documentation is available at https://spl.solana.com

JavaScript binding are available in the ./js directory.