AmAzing-

Results 20 comments of AmAzing-

- 本质是旧版本的 next.js 做了限制:https://github.com/vercel/next.js/issues/19936 因此推荐使用 13 及以上版本,不会存在导入 css 的问题 - 如果必须使用旧版本,注意 transpilePackages 是在 v13 引入的新功能。需要使用插件 https://github.com/martpie/next-transpile-modules 去对依赖包进行转译。需要额外注意的是,使用不同的包管理工具,配置项会不同,请参见文档 - 贴一个我这边使用 pnpm 成功的配置,仅供参考: ``` const withTM = require('next-transpile-modules')( [ '.pnpm/node_modules/@ant-design/pro-editor', '@ant-design/pro-chat', ]...

I see why this happens. Becasue runes balance is awlays unavailable. You should exclude that when counting 500.

- [ ] mempoolJS 使用了 [ws](https://github.com/websockets/ws) 不支持 client - [ ] window 对象需要做 next.js 适配

The same as https://github.com/ant-design/ant-design-web3/issues/880

Considering we have implemented the Bitcoin adatper, it's may not good to add other "fork version" of Bitcoin as we are a neutral library.

The same as https://github.com/ant-design/ant-design-web3/issues/878, will be fixed ASAP.

列举一下优化点,一并做掉: 1. 网络切换 2. PSBT

比特币生态目前处于探索期,本 issue 长期开放,讨论下开发者究竟需要什么。目前待做: - [ ] 支持测试网,优先级低,先不做了 - [x] Ordinals Card 组件 @AmAzing129 - [x] 支持 OKX 钱包 @LCJove