aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/md/docs/ethereum_types/installation.md
diff options
context:
space:
mode:
Diffstat (limited to 'packages/website/md/docs/ethereum_types/installation.md')
-rw-r--r--packages/website/md/docs/ethereum_types/installation.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/website/md/docs/ethereum_types/installation.md b/packages/website/md/docs/ethereum_types/installation.md
new file mode 100644
index 000000000..5371cfa47
--- /dev/null
+++ b/packages/website/md/docs/ethereum_types/installation.md
@@ -0,0 +1,11 @@
+**Install**
+
+```bash
+yarn add ethereum-types
+```
+
+**Import**
+
+```typescript
+import { Provider } from 'ethereum-types';
+```