diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..e69de29
diff --git a/Cargo.toml b/Cargo.toml
index 0a5e361..244b5eb 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,9 @@
[package]
-name = "sdk"
+name = "arch_sdk"
version = "0.1.0"
edition = "2021"
+description = "A Rust library for providing data types, constants, RPC methods and helper functions for programs that run inside the Arch Virtual Machine."
+license = "MIT"
[dependencies]
arch_program = { workspace = true }
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..95ab057
--- /dev/null
+++ b/README.md
@@ -0,0 +1,12 @@
+# arch-sdk
+
+[
](https://crates.io/crates/arch-sdk)
+[
](https://docs.rs/arch-sdk)
+
+A Rust library for providing data types, constants, RPC methods and helper functions for programs that run inside the Arch Virtual Machine.
+
+Includes utilities for signatures, preparing fees and managing transactions.
+
+#### License
+
+[MIT](https://github.com/Arch-Network/arch-sdk/blob/main/Cargo.toml#L6C1-L6C16)