https://github.com/osaguild/random-nft
for yuru hackathon
https://github.com/osaguild/random-nft
Last synced: 11 months ago
JSON representation
for yuru hackathon
- Host: GitHub
- URL: https://github.com/osaguild/random-nft
- Owner: osaguild
- License: mit
- Created: 2022-05-05T08:11:49.000Z (about 4 years ago)
- Default Branch: develop
- Last Pushed: 2022-05-07T23:42:45.000Z (about 4 years ago)
- Last Synced: 2025-01-25T04:32:08.006Z (over 1 year ago)
- Size: 232 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# random-nft
for yuru hackathon
## development tips
### backend command for cording
- `truffle init`
- `truffle create contract RandomSpeech`
- `truffle create contract RandomSpeechERC721`
- `npm init`
- `npm i @openzeppelin/contracts`
### backend command for compile and deploy
- `truffle develop`
- `compile`
- `migrate`
- `test`