diff --git a/README.md b/README.md new file mode 100644 index 0000000..f07afb8 --- /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 +This template is only valid for Embark version 4. + +### Usage +``` +embark new MyApp --template vyper +``` \ No newline at end of file