dOrgTech / OpenRaise

Bonding Curves For DAOs
MIT License
76 stars 26 forks source link

Better Documentation #59

Open orishim opened 4 years ago

orishim commented 4 years ago

Add documentation site that separates details of the economic model, technical architecture, and 'how to get started' for devs

BenSchZA commented 4 years ago

I'm working through the getting started part. There seem to be a number of floating scripts not referenced in the package.json or docs, but maybe I'm wrong. It's not immediately obvious how to properly configure, deploy, and reference the deployed contracts.

tspoff commented 4 years ago

Hey Ben,

You're absolutely correct - there are some floating scripts from testing & experimentation, and deployment is still obtuse. We'll be cleaning things up and adding proper configuration / deployment instructions shortly.

BenSchZA commented 4 years ago

I've pieced together a basic deployment migration script from the various tests and scripts in the repo, if that's useful at all: https://github.com/BenSchZA/BC-DAO/tree/ocean-challenge - using the BC-DAO for the Ocean Challenge :)

BenSchZA commented 4 years ago

@tspoff I'm still having a few issues getting the ecosystem deployed. I see you've recently made a few changes to the deployment script. Is there anything I can try in the meantime?