metaplex-foundation / amman

A modern mandatory toolbelt to help test solana SDK libraries and apps on a locally running validator.
https://metaplex-foundation.github.io/amman/docs/
Apache License 2.0
72 stars 17 forks source link

chore: refactor into amman + amman-client inside monorepo #36

Closed thlorenz closed 2 years ago

thlorenz commented 2 years ago

This separates all code that is not related to the amman tool running in the terminal into amman-client to make it easier to use from the browser.

amman itself depends on that new package and forwards some of its exports.

The idea though is that most test will now depend on amman-client and only inside the .ammanrc.js will amman be used.

NOTE: for now mock storage client has been removed in order to update this once js-next publishes the new storage interface.