Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 3 additions & 10 deletions vesting.md
Original file line number Diff line number Diff line change
Expand Up @@ -475,16 +475,9 @@ Expected output should include tests for:

## File Structure

```
disciplr-contracts/
├── src/
│ └── lib.rs # DisciplrVault contract implementation
├── tests/
│ └── create_vault.rs # Integration tests for create_vault
├── Cargo.toml # Project dependencies
├── README.md # Project overview
└── vesting.md # This documentation
```
The repository layout changes as tests, documentation, workflows, and tooling
evolve. See the [live repository tree](https://github.com/Disciplr-Org/Disciplr-Contracts)
for the current, complete file structure.

---

Expand Down
Loading