Skip to content
Open
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
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Send Token V1

Initial repository README.

Notes:
- Tooling and test commands are introduced in later commits when the
project is scaffolded.
- After scaffolding is in place (package.json, hardhat.config.ts), you can
run tests using Hardhat, e.g.:

```sh
# after scaffold
bunx hardhat test
# or when a package.json script exists
bun run test
```