diff --git a/.env b/.env
new file mode 100644
index 000000000..7d910f148
--- /dev/null
+++ b/.env
@@ -0,0 +1 @@
+SKIP_PREFLIGHT_CHECK=true
\ No newline at end of file
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000..636e9daa1
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,63 @@
+src/contracts/*
+deploy.network
+aws.json
+backend/redisdata
+accounts.json
+**.DS_*
+openzeppelin-solidity
+zeppelin-solidity
+package-lock.json
+*.log
+*.ens
+*/*/*.abi
+*/*/*.bytecode
+*/*/*.address
+*/*/*.run.xml
+*/*/*.log.*
+*/*/*.blockNumber
+*/*.abi
+*/*.bytecode
+*/*.bib
+*/*.address
+*/*.run.xml
+*/*.log.*
+*/*.blockNumber
+*/.clevis
+*/*/.clevis
+*/node_modules
+/node_modules
+public/reload.txt
+
+**/*.blockNumber
+**/*.head.address
+**/*.previous.address
+**/*.compiled
+**/*.bytecode
+**/*.abi
+**/*.address
+src/contracts
+deploy.log
+public/reload.txt
+geth.log
+react.log
+# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
+
+# dependencies
+/node_modules
+
+# testing
+/coverage
+
+# production
+/build
+
+# misc
+.DS_Store
+.env.local
+.env.development.local
+.env.test.local
+.env.production.local
+
+npm-debug.log*
+yarn-debug.log*
+yarn-error.log*
diff --git a/README.md b/README.md
new file mode 100644
index 000000000..395038bb3
--- /dev/null
+++ b/README.md
@@ -0,0 +1,2567 @@
+This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
+
+Below you will find some information on how to perform common tasks.
+You can find the most recent version of this guide [here](https://github.com/facebook/create-react-app/blob/master/packages/react-scripts/template/README.md).
+
+## Table of Contents
+
+- [Updating to New Releases](#updating-to-new-releases)
+- [Sending Feedback](#sending-feedback)
+- [Folder Structure](#folder-structure)
+- [Available Scripts](#available-scripts)
+ - [npm start](#npm-start)
+ - [npm test](#npm-test)
+ - [npm run build](#npm-run-build)
+ - [npm run eject](#npm-run-eject)
+- [Supported Browsers](#supported-browsers)
+- [Supported Language Features](#supported-language-features)
+- [Syntax Highlighting in the Editor](#syntax-highlighting-in-the-editor)
+- [Displaying Lint Output in the Editor](#displaying-lint-output-in-the-editor)
+- [Debugging in the Editor](#debugging-in-the-editor)
+- [Formatting Code Automatically](#formatting-code-automatically)
+- [Changing the Page `