diff options
author | Fabio Berger <me@fabioberger.com> | 2018-10-09 17:42:35 +0800 |
---|---|---|
committer | Fabio Berger <me@fabioberger.com> | 2018-10-09 17:42:35 +0800 |
commit | 6c9f7839c3948e60f2987f474bb2ad6457588fa3 (patch) | |
tree | 5736c15290289124e24392bc81eb4f8426c468f1 /packages/website/md/docs | |
parent | 9654397b292ee03c503313e3fbb127ebb4b7d76b (diff) | |
parent | 3ac9dac4f0a6b3875b7ae0ea6dd1855743768ef2 (diff) | |
download | dexon-sol-tools-6c9f7839c3948e60f2987f474bb2ad6457588fa3.tar dexon-sol-tools-6c9f7839c3948e60f2987f474bb2ad6457588fa3.tar.gz dexon-sol-tools-6c9f7839c3948e60f2987f474bb2ad6457588fa3.tar.bz2 dexon-sol-tools-6c9f7839c3948e60f2987f474bb2ad6457588fa3.tar.lz dexon-sol-tools-6c9f7839c3948e60f2987f474bb2ad6457588fa3.tar.xz dexon-sol-tools-6c9f7839c3948e60f2987f474bb2ad6457588fa3.tar.zst dexon-sol-tools-6c9f7839c3948e60f2987f474bb2ad6457588fa3.zip |
Merge branch 'development' into dev-section-redesign
* development:
Clarifies use of schemas outside of Javascript/TypeScript.
Fix typo
Add asset-buyer to published packages section in README
Publish
Updated CHANGELOGS
Update BuyQuote interface
Add missing default options
Remove unused constants
Add fee order with a takerFee
Add additional order factory methods and refactor test to use them
Add comments about buy quote calculation
Update CHANGELOG
Fix linter
Add additional test for slippage
Add buy_quote_calculator_test
Diffstat (limited to 'packages/website/md/docs')
-rw-r--r-- | packages/website/md/docs/json_schemas/1.0.0/introduction.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/website/md/docs/json_schemas/1.0.0/introduction.md b/packages/website/md/docs/json_schemas/1.0.0/introduction.md index a27f4b521..5b2e90387 100644 --- a/packages/website/md/docs/json_schemas/1.0.0/introduction.md +++ b/packages/website/md/docs/json_schemas/1.0.0/introduction.md @@ -1,3 +1,3 @@ Welcome to the [@0xproject/json-schemas](https://github.com/0xProject/0x-monorepo/tree/development/packages/json-schemas) documentation! This package provides JSON schemas for validating 0x Protocol & Standard Relayer API data structures. It provides both the raw JSON schemas and a schema validator class to interact with them from a JS project. -If you are not using a Javascript-based language for your project, you can copy-paste the JSON schemas within this package and use them together with a [JSON Schema](http://json-schema.org/) implementation in your [language of choice](http://json-schema.org/implementations.html) (e.g Python, Haskell, Go, C, C++, Rust, Ruby, Scala, etc...). +If you are not using a Javascript-based language for your project, you can use a Javascript environment to render the JSON schemas within this package and use them together with a [JSON Schema](http://json-schema.org/) implementation in your [language of choice](http://json-schema.org/implementations.html) (e.g Python, Haskell, Go, C, C++, Rust, Ruby, Scala, etc...). All the schema files are currently TypeScript that require evaluation in order to be recognized as valid JSON. |