aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/md/docs/smart_contracts/introduction.md
diff options
context:
space:
mode:
authorBrandon Millman <brandon@0xproject.com>2017-11-28 05:02:08 +0800
committerGitHub <noreply@github.com>2017-11-28 05:02:08 +0800
commit4a17f5e82074b01e74ae6982e82419a037eebdb4 (patch)
treeb783366d327d60d8ed69341d4017f7462fd1af40 /packages/website/md/docs/smart_contracts/introduction.md
parent694c37150c35f8d9810067b8810764585ac76508 (diff)
parentb04d07815f47018655b70b4152090b566f568af1 (diff)
downloaddexon-sol-tools-4a17f5e82074b01e74ae6982e82419a037eebdb4.tar
dexon-sol-tools-4a17f5e82074b01e74ae6982e82419a037eebdb4.tar.gz
dexon-sol-tools-4a17f5e82074b01e74ae6982e82419a037eebdb4.tar.bz2
dexon-sol-tools-4a17f5e82074b01e74ae6982e82419a037eebdb4.tar.lz
dexon-sol-tools-4a17f5e82074b01e74ae6982e82419a037eebdb4.tar.xz
dexon-sol-tools-4a17f5e82074b01e74ae6982e82419a037eebdb4.tar.zst
dexon-sol-tools-4a17f5e82074b01e74ae6982e82419a037eebdb4.zip
Merge pull request #240 from 0xProject/fix/websiteMdDirectory
Add md directory to website package and change generated docs directory
Diffstat (limited to 'packages/website/md/docs/smart_contracts/introduction.md')
-rw-r--r--packages/website/md/docs/smart_contracts/introduction.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/packages/website/md/docs/smart_contracts/introduction.md b/packages/website/md/docs/smart_contracts/introduction.md
new file mode 100644
index 000000000..406177f84
--- /dev/null
+++ b/packages/website/md/docs/smart_contracts/introduction.md
@@ -0,0 +1,8 @@
+Welcome to the [0x smart contracts](https://github.com/0xProject/contracts) documentation! This documentation is intended for dApp developers who want to integrate 0x exchange functionality directly into their own smart contracts.
+
+### Helpful wiki articles:
+
+- [Overview of 0x protocol architecture](https://0xproject.com/wiki#Architecture)
+- [0x smart contract interactions](https://0xproject.com/wiki#Contract-Interactions)
+- [Deployed smart contract addresses](https://0xproject.com/wiki#Deployed-Addresses)
+- [0x protocol message format](https://0xproject.com/wiki#Message-Format)