Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
emindeniz99 authored Jan 18, 2022
1 parent 8afd0e1 commit bcec748
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 6 deletions.
18 changes: 12 additions & 6 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,21 @@

## Screenshot

![screenshot](./screenshot.jpeg)

## WORKING DIAGRAM OF THE CONTRACTS
![Tux, the Linux mascot](diagram_of_contracts.png)
![diagram_of_contracts](diagram_of_contracts.png)

## Docs
Please look at the pdf file
Please look at the reports
* [cmpe483_assignment_1_report.pdf](./cmpe483_assignment_1_report.pdf)
* [CMPE_483_ASSIGNMENT_2_REPORT.pdf](./CMPE_483_ASSIGNMENT_2_REPORT.pdf)

## Testing
## Scripts
* `yarn` to install dependencies(package.json)
* `yarn truffle test` to start test
* `yarn truffle compile` to compile contracts to abi json
* `yarn contracts:compile` to compile contracts to abi json (truffle)
* `yarn fe:build` to build frontend (next.js)
* `yarn fe:dev` to compile contracts to abi json and start frontend development server

## Resources
* https://www.dappuniversity.com/articles/how-to-build-a-blockchain-app
*
Binary file added screenshot.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions truffle/Readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@

## WORKING DIAGRAM OF THE CONTRACTS
![diagram_of_contracts.png](./../diagram_of_contracts.png)

## Docs
Please look at the pdf file

## Testing
* `yarn` to install dependencies(package.json)
* `yarn truffle test` to start test
* `yarn truffle compile` to compile contracts to abi json

## Resources
* https://www.dappuniversity.com/articles/how-to-build-a-blockchain-app

1 comment on commit bcec748

@vercel
Copy link

@vercel vercel bot commented on bcec748 Jan 18, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.