UniversityDAO / udao

The official UniversityDAO DApp repository.
GNU Lesser General Public License v2.1
4 stars 4 forks source link

Runtime scripts and documentation #50

Closed cartercameron1 closed 2 years ago

cartercameron1 commented 2 years ago

I added runtime scripts to interact directly with the blockchain without the need for a front-end. Using the scripts allows us to create specialty functions and will help avoid clutter on the front-end.

Runtime scrips are located in the scripts folder. They are divided into polygon and Mumbai scripts. There is also a README.md in the folder which will contain detailed instructions for future use.

jagger-harris commented 2 years ago

Going to go ahead and merge this

oslfmt commented 2 years ago

@jagger-harris this was merged into old-frontend, not our main branch. @cartercameron1 will have to open a new PR to main but this is probably better since so much has changed.

cartercameron1 commented 2 years ago

I will update these runtime scripts soon.