An open API service indexing awesome lists of open source software.

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

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`