@0xtosha/blockchain-addressbook 中文文档教程

发布于 3年前 浏览 22 项目主页 更新于 3年前

��#通讯录 EVM链上对defi开发有用的地址合集 ### 贡献 1. 首先阅读 [CONTRIBUTING](./CONTRIBUTING.md) 文档 1. 运行 yarn。 这将安装软件包并准备 husky 预提交挂钩 1. 添加地址: 1.如果是新平台: 1.在address-book/中的各自链下添加平台文件(即pancakeswap) 1.在对象中添加第三方合同并导出对象。 1. 将导出添加到链的 index.ts 文件中。 1. 对于代币: 1. 添加到相应的 token.ts 文件中,以令牌符号为键。 确保令牌的小数点是正确的。 通常你可以通过链的区块浏览器找到这些信息。 1. 尝试提交更改。 如果失败,那是因为地址没有通过校验和检查。 查看控制台输出并粘贴正确的地址。 1.一旦提交通过,提出PR 1. 如果校验和通过,维护者将对其进行审查并合并 1. 合并后,包版本会跳变,包会被发布。 在消费回购中运行 yarn upgrade 以使用新的包版本。

��# address-book A collection of useful addresses on EVM chains for defi development ### Contributing 1. Read the [CONTRIBUTING](./CONTRIBUTING.md) doc first 1. run yarn. This will install the packages and prepare husky pre-commit hook 1. Add addresses: 1. If new platform: 1. Add a file for the platform (i.e pancakeswap) under the respective chain in address-book/<your chain name> 1. Add the third party contracts in an object there and export the object. 1. Add the export to the chain's index.ts file. 1. For tokens: 1. Add to respective token.ts file, with token symbol as key. Make sure the decimals are correct for the token. Usually you can find this info via the chain's block explorer. 1. Try to commit the change. If it fails, its because the address isn't passing the checksum check. Look at the console output and paste the correct address. 1. Once commit goes through, raise a PR 1. If the checksum passes, a maintainer will review it and merge it 1. Once merged, the package version will be bumped and the package will be published. Run yarn upgrade in the consuming repo to consume the new package version.

更多

友情链接

    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文