Skip to content

Commit

Permalink
Add comments in empty contract in Safe module tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
akshay-ap committed Jan 9, 2025
1 parent b5a2691 commit 256e855
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,14 @@ Delete the default `contracts/Lock.sol` and test file `test/Lock.ts` and create
```solidity
// SPDX-License-Identifier: LGPL-3.0
pragma solidity ^0.8.0;
// Imports will be added here
contract TokenTransferModule {
// State variables will be added here
// Constructor will be added here
// Functions will be added here
}
```

Expand Down

0 comments on commit 256e855

Please sign in to comment.