@0xproject/contract-wrappers 中文文档教程
@0xproject/contract-wrappers
用于 0x 智能合约的智能 TS 包装器。 包装器具有简化的界面,对事务执行客户端验证并抛出有用的错误消息。
Read the Documentation.
Installation
安装
npm install @0xproject/contract-wrappers --save
导入
import { ContractWrappers } from '@0xproject/contract-wrappers';
如果您的项目使用 TypeScript,请将以下内容添加到您的 < code>tsconfig.json:
"compilerOptions": {
"typeRoots": ["node_modules/@0xproject/typescript-typings/types", "node_modules/@types"],
}
Contributing
我们强烈建议社区帮助我们进行改进并确定协议的未来方向。 要报告此包中的错误,请在此存储库中创建一个问题。
请在开始之前阅读我们的贡献指南。
Install dependencies
如果您没有启用 yarn workspaces (Yarn < v1.0) - 启用它们:
yarn config set workspaces-experimental true
然后安装依赖
yarn install
Build
项 要构建此包和它所依赖的所有其他 monorepo 包,请从 monorepo 根目录运行以下命令:
PKG=@0xproject/contract-wrappers yarn build
或持续重建改变时:
PKG=@0xproject/contract-wrappers yarn watch
yarn build
或不断重建改变时:
yarn watch
Clean
yarn clean
Lint
yarn lint
Run Tests
yarn test
@0xproject/contract-wrappers
Smart TS wrappers for 0x smart contracts. The wrappers have simplified interfaces, perform client-side validation on transactions and throw helpful error messages.
Read the Documentation.
Installation
Install
npm install @0xproject/contract-wrappers --save
Import
import { ContractWrappers } from '@0xproject/contract-wrappers';
If your project is in TypeScript, add the following to your tsconfig.json
:
"compilerOptions": {
"typeRoots": ["node_modules/@0xproject/typescript-typings/types", "node_modules/@types"],
}
Contributing
We strongly recommend that the community help us make improvements and determine the future direction of the protocol. To report bugs within this package, please create an issue in this repository.
Please read our contribution guidelines before getting started.
Install dependencies
If you don't have yarn workspaces enabled (Yarn < v1.0) - enable them:
yarn config set workspaces-experimental true
Then install dependencies
yarn install
Build
To build this package and all other monorepo packages that it depends on, run the following from the monorepo root directory:
PKG=@0xproject/contract-wrappers yarn build
Or continuously rebuild on change:
PKG=@0xproject/contract-wrappers yarn watch
yarn build
or continuously rebuild on change:
yarn watch
Clean
yarn clean
Lint
yarn lint
Run Tests
yarn test
你可能也喜欢
- 42-cent-beanstream 中文文档教程
- 9gag 中文文档教程
- @0x-klaytn/json-schemas 中文文档教程
- @1ncounter/watermark 中文文档教程
- @4geit/rct-landing-page-layout-component 中文文档教程
- @555platform/sui-555-css 中文文档教程
- @a-ogilvie/eslint-config 中文文档教程
- @a6kme/create-npm-package 中文文档教程
- @abhijoseph/newman-reporter-reportportal 中文文档教程
- @absolunet/cli 中文文档教程