Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 856 Bytes

development.md

File metadata and controls

24 lines (19 loc) · 856 Bytes

Development

Requirements

Build/update Solana dependencies

The program requires Metaplex program library for testing NFT access. To build/update the dependencies execute the ./Makefile by running the following command within the root directory:

make

Testing

The tests are executed using the cluster and wallet defined within the ./Anchor.toml file.

Run tests

To run the tests execute the following command at the root folder of the project:

anchor test