Skip to content

Commit 66c2523

Browse files
Initialize README for SuperToken wrapper
Why: Introduce initial README to describe the SuperToken wrapper and repository scope so contributors have context. Test plan: - Open README.md and verify content renders.
1 parent cc4659e commit 66c2523

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Send Token V1
2+
3+
Initial repository README.
4+
5+
Notes:
6+
- Tooling and test commands are introduced in later commits when the
7+
project is scaffolded.
8+
- After scaffolding is in place (package.json, hardhat.config.ts), you can
9+
run tests using Hardhat, e.g.:
10+
11+
```sh
12+
# after scaffold
13+
bunx hardhat test
14+
# or when a package.json script exists
15+
bun run test
16+
```

0 commit comments

Comments
 (0)