diff --git a/.dockerignore b/.dockerignore
new file mode 100644
index 00000000..6a6e01c1
--- /dev/null
+++ b/.dockerignore
@@ -0,0 +1,2 @@
+Dockerfile
+build
diff --git a/README.md b/README.md
index 73266c19..390bde33 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,12 @@
-# laconic2d
+
+
Laconic Network
+
+
+![banner](docs/laconic.jpeg)
+
+The Source of Proof. Laconic is a next generation data availability & verifiability layer with cryptographic proofs, powering internet-scale Web3 applications, built on Proof-of-Stake with fast-finality using the [Cosmos SDK](https://github.com/cosmos/cosmos-sdk/) which runs on top of [CometBFT](https://github.com/cometbft/cometbft) consensus engine.
+
+## Installation
Install `laconic2d`:
@@ -7,6 +15,8 @@ Install `laconic2d`:
make install
```
+## Usage
+
Run with a single node fixture:
```bash
@@ -17,6 +27,8 @@ Run with a single node fixture:
./scripts/init.sh clean
```
+## Tests
+
Run tests:
```bash
diff --git a/docs/laconic.jpeg b/docs/laconic.jpeg
new file mode 100644
index 00000000..9ffe404e
Binary files /dev/null and b/docs/laconic.jpeg differ