Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
icyfry committed Feb 1, 2024
1 parent 0b5ce20 commit 600efe8
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
5 changes: 4 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,8 @@
"editor.defaultFormatter": "JuanBlanco.solidity"
},
"solidity.formatter": "forge",
"solidity.compileUsingRemoteVersion": "v0.8.20"
"solidity.compileUsingRemoteVersion": "v0.8.20",
"sonarlint.connectedMode.project": {
"projectKey": "icyfry_sandbox-cryptozombies-foundry"
}
}
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[![Build](https://github.com/icyfry/sandbox-cryptozombies-foundry/actions/workflows/build.yml/badge.svg)](https://github.com/icyfry/sandbox-cryptozombies-foundry/actions/workflows/build.yml)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=icyfry_sandbox-cryptozombies-foundry&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=icyfry_sandbox-cryptozombies-foundry)

This repository contains source codes for experimentation of [Cryptozombies](https://cryptozombies.io/en/) with [Foundry](https://github.com/foundry-rs)
This repository contains source codes for experimentation of [Cryptozombies](https://cryptozombies.io/en/) with [Foundry](https://github.com/foundry-rs) and [Vue.js](https://vuejs.org/)

<img src="dapp/public/cryptozombies.png" />

Expand Down Expand Up @@ -41,7 +41,7 @@ Launch a local testnet node, see [Anvil doc](https://book.getfoundry.sh/referenc
```
anvil
```
Deploy contracts on local testnet
Build and deploy contracts on local testnet
```
task contracts-test contracts-deploy
```
Expand Down
2 changes: 1 addition & 1 deletion Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ tasks:
dir: contracts
cmds:
- forge fmt
- forge build --out "../dapp/src/abi"
- forge build --out "../dapp/abi"

contracts-test:
dir: contracts
Expand Down
1 change: 1 addition & 0 deletions contracts/.gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Compiler files
cache/
out/
bin/

# Ignores development broadcast logs
!/broadcast
Expand Down

0 comments on commit 600efe8

Please sign in to comment.