# BuildSpace 发布一个以太坊 dApp (中文教程) **Published by:** [cnmDAO](https://paragraph.com/@cnmdao/) **Published on:** 2022-12-04 **URL:** https://paragraph.com/@cnmdao/buildspace-dapp ## Content 操作环境:ubuntu https://mirror.xyz/0x9E3DB1b0494A52c33111d6197cedc546aA162334/9AV3owA_fc6kUCfQY5gSA2rws2nnONHcgweA31cW-EM 当您完成此项目时,您将能够获得 NFT。 **只有在注册后 60 天内完成,您才有资格获得 NFT。**所以确保你安排时间完成,你明白了! 完成项目后,您将在 7 天内获得 NFT 空投 这是它的样子:注意:您的 NFT 最多可能需要 7 天才能送达(您还会收到一封电子邮件!)。如果超过 7 天,请联系 Discord 上的 Raza (TooManyBugs#3359) 或 Alec (alec#8853)! 1,第一步看完以后分享twitter 2,让你的本地以太坊网络运行起来 安装Node/NPMsudo apt update sudo apt upgrade sudo apt install curl git curl -fsSL https://deb.nodesource.com/setup_18.x | sudo -E bash - sudo apt-get install -y nodejs 新建工作目录,安装hardhatmkdir my-wave-portal cd my-wave-portal npm init -y npm install --save-dev hardhat@latest 运行hardhat选择第一个默认的“Create a JavaScript project" ,默认一路回车。 1 ## Publication Information - [cnmDAO](https://paragraph.com/@cnmdao/): Publication homepage - [All Posts](https://paragraph.com/@cnmdao/): More posts from this publication - [RSS Feed](https://api.paragraph.com/blogs/rss/@cnmdao): Subscribe to updates - [Twitter](https://twitter.com/encryp857): Follow on Twitter