diff --git a/docs/business/_category_.json b/docs/business/_category_.json new file mode 100644 index 0000000..5b98b5e --- /dev/null +++ b/docs/business/_category_.json @@ -0,0 +1,8 @@ +{ + "label": "Business", + "position": 1, + "link": { + "type": "generated-index", + "description": "Documentation for RANDAO's Business" + } +} \ No newline at end of file diff --git a/docs/business/customer/_category_.json b/docs/business/customer/_category_.json new file mode 100644 index 0000000..6fb0d91 --- /dev/null +++ b/docs/business/customer/_category_.json @@ -0,0 +1,8 @@ +{ + "label": "Customer", + "position": 1, + "link": { + "type": "generated-index", + "description": "Documentation on RANDAO's Customers" + } +} \ No newline at end of file diff --git a/docs/business/customer/icp.mdx b/docs/business/customer/icp.mdx new file mode 100644 index 0000000..d282c32 --- /dev/null +++ b/docs/business/customer/icp.mdx @@ -0,0 +1,32 @@ +--- +title: Ideal Customer Profile +sidebar_position: 2 +--- + +RANDAO serves blockchain platforms that support smart contracts but don’t have secure randomness built into the chain. + + +These include: + + - Blockchain foundations launching or scaling smart-contract networks without built-in randomness + + - Protocol and research labs developing smart-contract platforms that need secure, verifiable randomness +## Sample ICPs + +
+ Arbitrum + Base + Ethereum + Forward Research + Hemi + Optimism + Polygon + Solana +
\ No newline at end of file diff --git a/docs/business/customer/start-here.mdx b/docs/business/customer/start-here.mdx new file mode 100644 index 0000000..03b1da1 --- /dev/null +++ b/docs/business/customer/start-here.mdx @@ -0,0 +1,4 @@ +--- +title: Start Here +sidebar_position: 1 +--- \ No newline at end of file diff --git a/docs/business/start-here.mdx b/docs/business/start-here.mdx new file mode 100644 index 0000000..03b1da1 --- /dev/null +++ b/docs/business/start-here.mdx @@ -0,0 +1,4 @@ +--- +title: Start Here +sidebar_position: 1 +--- \ No newline at end of file diff --git a/static/img/docs/business/customer/Ethereum.png b/static/img/docs/business/customer/Ethereum.png new file mode 100644 index 0000000..b938934 Binary files /dev/null and b/static/img/docs/business/customer/Ethereum.png differ diff --git a/static/img/docs/business/customer/Polygon.png b/static/img/docs/business/customer/Polygon.png new file mode 100644 index 0000000..870638f Binary files /dev/null and b/static/img/docs/business/customer/Polygon.png differ diff --git a/static/img/docs/business/customer/Solana.png b/static/img/docs/business/customer/Solana.png new file mode 100644 index 0000000..26aec35 Binary files /dev/null and b/static/img/docs/business/customer/Solana.png differ diff --git a/static/img/docs/business/customer/arbitrum.png b/static/img/docs/business/customer/arbitrum.png new file mode 100644 index 0000000..67a84f1 Binary files /dev/null and b/static/img/docs/business/customer/arbitrum.png differ diff --git a/static/img/docs/business/customer/base.png b/static/img/docs/business/customer/base.png new file mode 100644 index 0000000..3ec4d5f Binary files /dev/null and b/static/img/docs/business/customer/base.png differ diff --git a/static/img/docs/business/customer/forward_research.png b/static/img/docs/business/customer/forward_research.png new file mode 100644 index 0000000..7f19b88 Binary files /dev/null and b/static/img/docs/business/customer/forward_research.png differ diff --git a/static/img/docs/business/customer/hemi.png b/static/img/docs/business/customer/hemi.png new file mode 100644 index 0000000..f31e011 Binary files /dev/null and b/static/img/docs/business/customer/hemi.png differ diff --git a/static/img/docs/business/customer/optimism.png b/static/img/docs/business/customer/optimism.png new file mode 100644 index 0000000..c35fd7a Binary files /dev/null and b/static/img/docs/business/customer/optimism.png differ