Skip to content

Commit

Permalink
added all project directory
Browse files Browse the repository at this point in the history
  • Loading branch information
georgegoldman committed Nov 2, 2024
1 parent e164808 commit aa2f1cb
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,16 +152,19 @@ Smart contracts are located in the contracts/ directory. Forge scripts for testi
### Project Structure
```
bash
Copy code
collaborative-nft-art-platform/
├── contracts/
├── src/
│ ├── components/
│ └── services/
├── script/
.
├── foundry.toml
├── README.md
└── package.json
├── script
├── src
│   ├── FractionalNFT.sol
│   └── NFT.sol
└── test
├── FractionalNFT.t.sol
└── NFT.t.sol

4 directories, 6 files

```
### License
This project is licensed under the MIT License - see the LICENSE file for details.
Expand Down

0 comments on commit aa2f1cb

Please sign in to comment.