找到约 5 条结果

文章 使用 Node.js 和 Metaplex Umi 在 Solana 上创建 Token

...动一个新的 repo**](https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-a-new-repository) 这样你就可以保存你的工作。 - **将其克隆到你的本地系统**,这样我们就可以在目录中工作。 - 使用 `npm` 启动一个新项目。 ``` git ...

文章 Tendermint 中文文档 - 首页

...更多详细信息,请参阅相关文档:Tendermint Core, benchmarking and monitoring, and network deployments 。

问题 币安链合约验证时出现问题

**Compiler debug log:** **Error! Unable to generate Contract ByteCode and ABI** **(Expected library(ies) but one or more was not provided)** Found the following ContractName(s) in source code : **Address** , **BULLDOGS** , **Context** , **IERC20** , **IUniswapV2Factory** , **IUniswapV2Pair** , **I...

招聘 某老牌区块链公司-智能合约工程师

...tralized applications for enterprise use • Work with existing contracts and implement new features based on the project’s pipeline • Research and test new technologies to use for the current project 岗位技能要求 • 计算机相关专业本科及以上学历 • 熟悉任意一门...

问题 两个NFT的属性值struct无法运算相加怎么办

...,uint256 burnId)public{ require(ownerOf(upId)==msg.sender,"player and upId not matched"); require(ownerOf(burnId)==msg.sender,"player and burnId not matched"); props[upId]; props[burnId]; Prop memory i; i.power=需要升级的NFT属性值+需要销毁的NFT属...