diff --git a/README.md b/README.md new file mode 100644 index 00000000..06663639 --- /dev/null +++ b/README.md @@ -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 +```