evomimic / map-proto1

Initial Proof-of-Concept of MAP Layer 0
Other
3 stars 0 forks source link

Resolve Beta Upgrade Issues #31

Closed evomimic closed 1 year ago

evomimic commented 1 year ago

The current proto_dev branch does not include all of the scaffold generated files, so it does not align with current holochain best practices. The goal is to get up-to-date with latest practice.

Strategy:

  1. Create a new working branch for this issue from proto_dev
  2. Run scaffolds tool on the -example forum to see what files are generated.
  3. For files generated by scaffolds tool outside of crates (i.e., at the top directory level), find that file in our beta-01-release-upgrade branch and copy it into our working branch.
  4. Try the npm start command to see if we can get everything to compile and npm test to see if we can get our tests to run successfully.