https://github.com/smartdev1990/nft
https://github.com/smartdev1990/nft
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/smartdev1990/nft
- Owner: SmartDev1990
- Created: 2022-01-14T14:05:08.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-14T14:37:04.000Z (over 4 years ago)
- Last Synced: 2025-02-23T20:38:57.349Z (over 1 year ago)
- Language: Solidity
- Size: 494 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Install required modules
Run command - npm install
# Migrate to Binance Smart Chain
Step 1 - Add your private key to the truffle.config file.
Step 2 - Run command - truffle migrate --reset
# Start Frontend
Run command - npm start