From 76617623ecdc8791a0c60b7a6a0ddcd8a4961854 Mon Sep 17 00:00:00 2001 From: Ian Norden Date: Sat, 30 May 2020 11:53:27 -0500 Subject: [PATCH] init repo --- .gitignore | 1 + README.md | 1 + 2 files changed, 2 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..62c8935 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.idea/ \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..b2bc74d --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +## ethdb KeyValueStore and Database interfaces for data stored on Postgres-backed IPFS \ No newline at end of file