Freshmint currently requires the Flow CLI (flow binary) to be installed in order to deploy contracts or mint NFTs.
The Flow CLI is not installed alongside Freshmint but is mentioned as a dependency in the README. This is a weak connection.
Freshmint should do one of the following:
- Stop depending on the
flow binary and implement transaction/script logic in JS
- Automatically install the
flow binary on installation
Freshmint currently requires the Flow CLI (
flowbinary) to be installed in order to deploy contracts or mint NFTs.The Flow CLI is not installed alongside Freshmint but is mentioned as a dependency in the README. This is a weak connection.
Freshmint should do one of the following:
flowbinary and implement transaction/script logic in JSflowbinary on installation