13 releases

0.4.0 Dec 15, 2023
0.3.0 Nov 26, 2023
0.1.10 Aug 4, 2023
0.1.9 Jul 18, 2023
0.1.7 Jun 30, 2023

#1711 in Magic Beans

45 downloads per month
Used in 2 crates

MIT license

68KB
1.5K SLoC

The mission of Libreplex is to provide a community-driven, open license protocol to the Solana SPL Token and NFT community. The protocol must meet the following criteria:

  1. Distributed deployment keys

To ensure that no single entity can unilaterally make changes that impact or jeopardise the integrity of the applications that depend on the protocol.

  1. Open license held by a Trust / Foundation

The licensing must ensure that any applications utilising the protocol can do so knowing that the nature of the protocol remains constant, to minimise uncertainty and maximise transparency.

  1. Guaranteed fees-free for life

The fee-free nature of the protocol ensures that even though applications built on top of the protocol may introduce fees, the protocol itself will never do so. This establishes a level playing field to all and enforces predictability and transparency.

  1. Open source

The source of the protocol will be made available on github or similar. After initial launch, any changes will be subject to 30-day vetting and a community vote.

INSTRUCTIONS:

Install dependencies

yarn

Build

anchor build

To run unit tests (cargo):

cargo test

To run unit tests (cargo, for a single program):

cargo test libreplex_metadata

Dependencies

~17–27MB
~434K SLoC