This project has been built using create-web3-dapp
ATTENTION: create-web3-dapp is currently in beta - this application has not been tested in production and shouldn't be deployed before review.
You successfully created your first Web3 Decentralized Application
Explore the docs »
Contribute
·
Report Bug
·
Request Feature
- Create a new account on Alchemy.com
- Create a new Alchemy application.
- Navigate to the application folder
cd my-dapp
- Run the application
npm run dev
-
Navigate to to localhost:3000
-
If you're using Hardhat - go to hardhat.config.js and:
a. Add your private key to the "accounts" property
b. Remove the extra quotes
ATTENTION: the keys stored in YOUR-PROJECT-FOLDER/.env will be accessible and visible on the front-end. It is suggested to:
- Handle API Calls in the Backend through RESTFUL API
- Handle API calls through server side rendering to get and render data on the backend (getServerSideProps())
-
Core:
- NextJS - docs
- Web3:
- Blockchain Development Environments:
- CSS:
See the open issues for a full list of proposed features (and known issues).
How do I substitute my Alchemy API Key?
- open YOUR-PROJECT-FOLDER/.env and change your NEXT_PUBLIC_ALCHEMY_API_KEY variable
Distributed under the MIT License. See LICENSE.txt
for more information.
Your Name - @vittostack - [email protected]
Project Link: https://github.com/eversmile12/create-web3-dapp