简体   繁体   English

如何创建标准 ERC721 代币

[英]how to create standard ERC721 token

how to create ERC721 token standard contract?如何创建ERC721 代币标准合约? I am unable to import openzepplin libraries of erc721 standard.我无法导入 erc721 标准的 openzepplin 库。 if someone could help me to give the link of the repository or how to import openzepplin libraries in Remix?如果有人可以帮助我提供存储库的链接或如何在 Remix 中导入 openzepplin 库?

Well first of all i would suggest you to use VS code or whatever IDE on your machine and make sure you installed ipfs using command首先我建议你在你的机器上使用 VS 代码或任何 IDE 并确保你使用命令安装了 ipfs

npm i -g ipfs 

for react project tho and make sure to run (from root project)对于反应项目寿并确保运行(从根项目)

npm install

to actually put the library (ipfs) into your node_modules将库(ipfs)实际放入您的 node_modules

Then hopefully you'll be able to import openzepplin libraries of ERC721 enter image description here然后希望您能够导入 ERC721 的 openzepplin 库 在此处输入图像描述

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM