https://github.com/lucas54neves/solidity-blockopoly
Monopoly using Solidity
https://github.com/lucas54neves/solidity-blockopoly
ethereum ethereum-contract monopoly solidity solidity-contracts
Last synced: 2 months ago
JSON representation
Monopoly using Solidity
- Host: GitHub
- URL: https://github.com/lucas54neves/solidity-blockopoly
- Owner: lucas54neves
- License: mit
- Created: 2021-09-12T20:10:39.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-21T23:47:12.000Z (over 4 years ago)
- Last Synced: 2025-01-13T02:11:41.556Z (over 1 year ago)
- Topics: ethereum, ethereum-contract, monopoly, solidity, solidity-contracts
- Language: Solidity
- Homepage:
- Size: 208 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# solidity-blockopoly
'Banco imobiliário' (ou 'Monopoly') using Solidity
## Commands
### Run Truffle development console
```
yarn truffle development console
```
### In Truffle development console
#### Compile contracts
```
compile
```
#### Migrate contracts
```
migrate
```
#### Migrate contracts again
```
migrate --reset
```