From 569c2ac4a5ad4b2614220a65fc3ec1d675f45aef Mon Sep 17 00:00:00 2001 From: lza_menace Date: Mon, 24 Apr 2023 13:37:44 -0700 Subject: [PATCH] add readme --- README.md | 5 +++++ unaboomer.code-workspace | 11 ----------- 2 files changed, 5 insertions(+), 11 deletions(-) create mode 100644 README.md delete mode 100644 unaboomer.code-workspace diff --git a/README.md b/README.md new file mode 100644 index 0000000..8987d54 --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +## unaboomer contracts + +Smart contracts for unaboomer.gg NFT drop. + +[Foundry](https://github.com/foundry-rs/foundry) is used for development and deployment. diff --git a/unaboomer.code-workspace b/unaboomer.code-workspace deleted file mode 100644 index ff8119c..0000000 --- a/unaboomer.code-workspace +++ /dev/null @@ -1,11 +0,0 @@ -{ - "folders": [ - { - "path": "../dope-site" - }, - { - "path": "." - } - ], - "settings": {} -} \ No newline at end of file