A m odern man datory toolbelt to help test solana SDK libraries and apps on a locally running validator.
Includes the relay, validator interface and mock storage server.
Use this inside the .ammanrc.js
config file as well as the amman
command line tool it
includes on the terminal.
Includes asserts, address labeling, transaction interface and a client to the relay. Use this inside your tests and the browser.
Test amman itself to make sure that configuratio of and communication with the solana-test-validator works as expected and that requests to the relay are handled properly.
Deveolpers adding/changing a feature should add a test here to ensure it works.
Apache-2.0