commit 76617623ecdc8791a0c60b7a6a0ddcd8a4961854 Author: Ian Norden Date: Sat May 30 11:53:27 2020 -0500 init repo 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