mtly-auction-house

Crates.iomtly-auction-house
lib.rsmtly-auction-house
version1.4.8
sourcesrc
created_at2023-04-30 01:25:07.143371
updated_at2023-05-06 04:05:36.370488
descriptionDecentralized Sales Protocol for Solana Tokens
homepage
repositoryhttps://github.com/motleylabs/metaplex-program-library
max_upload_size
id852483
size562,807
Omar Kilani (omarkilani)

documentation

README


title: Auction House

Background

To know more about the Auction House program, see https://docs.metaplex.com/auction-house/definition

Running the tests

To run the tests we need to build the token-metadata first, the steps are as follows:

  • Navigate to the metaplex-program-library/token-metadata/program directory first.
  • Run cargo build-bpf --bpf-out-dir ../../test-programs/ in your terminal.
  • Once you run the builds you should see a test-programs directory in your root folder, that would contain the mpl-token-metadata.so file.
  • Navigate to the metaplex-program-library/auction-house/program direstory and run clear && RUST_LOG=debug cargo test-bpf --bpf-out-dir ../../test-programs/ 2>&1 | grep -v CounterPoint, and you should see the tests running.
Commit count: 751

cargo fmt