aeternity smart contract testing tool

AEproject is an æternity framework which helps with setting up a project to develop and test Sophia Smart Contracts. It provides commands to spin up a local environment as well as utilities for compiling and testing Sophia Smart Contracts. The initial scaffold provides an example contract & corresponding tests.
``text`
npm install -g @aeternity/aeproject
- Quick Start
- Project Initialization
- Local Environment
- Unit Testing
- AEproject Library
- Migration from 3.x.x to 4.x.x
- Migration from 4.x.x to 5.x.x
- Upcoming Version Support
1. merge the release please PR
- as @aeternity/aeproject has a dependency on itself as library, the CI run before publishing to npm after merging might failorigin/main
2. build locally and publish
- checkout latest including the merged release please PR, ensure no local changesnpm publish` (does automatically clean-build, may require login if not already)
- publish to npm using