From f524e36832b9f6ba95b021e81ff0ce37c93b844a Mon Sep 17 00:00:00 2001 From: emizzle Date: Mon, 25 Nov 2019 15:44:20 +1100 Subject: [PATCH] chore: Add readme with Embark v5 deprecation notice --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..da378d0 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# Embark Vyper Template +A template for creating a DApp with a Vyper smart contract using embark. + +## DEPRECATION NOTICE +Support for this template has been deprecated in Embark v5. + +### Usage +``` +embark new MyApp --template vyper +``` \ No newline at end of file