Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/parvez3019/realestate-capstone-blockchain
https://github.com/parvez3019/realestate-capstone-blockchain
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/parvez3019/realestate-capstone-blockchain
- Owner: parvez3019
- Created: 2022-05-28T10:00:12.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-06-01T15:37:43.000Z (over 2 years ago)
- Last Synced: 2024-10-12T00:41:18.385Z (3 months ago)
- Language: Solidity
- Size: 16.4 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# Udacity Blockchain Capstone
The capstone will build upon the knowledge you have gained in the course in order to build a decentralized housing product.
### Steps
Clone this repository:```
git clone https://github.com/djade007/Blockchain-Capstone
```Run npm install
```
npm install
```cd into the contracts directory
```
cd eth-contracts
```Open the truffle develop console
```
truffle develop
```Run tests
```
test
```### Result
- SolnSquareVerifier - https://rinkeby.etherscan.io/address/0x4CC79f2d7c39A7D473633092a28E9d3eEe0d45F4- Verifier - https://rinkeby.etherscan.io/address/0x905A0284FB7139626E0fEB5E2DFb25434d411a4D
- Migrations - https://rinkeby.etherscan.io/address/0x4D88DAA3be18C51bd86f2D97Ffd979346424267b
- Contract ABI - contract-abi.json
- Open Sea
- https://testnets.opensea.io/assets/rinkeby/0x4cc79f2d7c39a7d473633092a28e9d3eee0d45f4/2- Transaction (Buying asset) - https://rinkeby.etherscan.io/tx/0xeab3e3f120e4d1efdd6b7e48108c5bcea9163c3ccf291408a5ef29b938e15004
# Project Resources
* [Remix - Solidity IDE](https://remix.ethereum.org/)
* [Visual Studio Code](https://code.visualstudio.com/)
* [Truffle Framework](https://truffleframework.com/)
* [Ganache - One Click Blockchain](https://truffleframework.com/ganache)
* [Open Zeppelin ](https://openzeppelin.org/)
* [Interactive zero knowledge 3-colorability demonstration](http://web.mit.edu/~ezyang/Public/graph/svg.html)
* [Docker](https://docs.docker.com/install/)
* [ZoKrates](https://github.com/Zokrates/ZoKrates)