Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/clacerda/jogonft-web3
Um jogo de NFT ambientando nos contos lovercraftianos, onde o explorador poderá assumir um personagem e desafiar o próprio Ctulhu!
https://github.com/clacerda/jogonft-web3
Last synced: about 2 months ago
JSON representation
Um jogo de NFT ambientando nos contos lovercraftianos, onde o explorador poderá assumir um personagem e desafiar o próprio Ctulhu!
- Host: GitHub
- URL: https://github.com/clacerda/jogonft-web3
- Owner: clacerda
- Created: 2022-09-04T19:54:42.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-05T11:43:18.000Z (over 2 years ago)
- Last Synced: 2023-03-11T21:27:50.452Z (almost 2 years ago)
- Language: JavaScript
- Size: 1.04 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Running React on Repl.it
[React](https://reactjs.org/) is a popular JavaScript library for building user interfaces.
[Vite](https://vitejs.dev/) is a blazing fast frontend build tool that includes features like Hot Module Reloading (HMR), optimized builds, and TypeScript support out of the box.
Using the two in conjunction is one of the fastest ways to build a web app.
### Getting Started
- Hit run
- Edit [App.jsx](#src/App.jsx) and watch it live update!By default, Replit runs the `dev` script, but you can configure it by changing the `run` field in the [configuration file](#.replit). Here are the vite docs for [serving production websites](https://vitejs.dev/guide/build.html)
### Typescript
Just rename any file from `.jsx` to `.tsx`. You can also try our [TypeScript Template](https://replit.com/@replit/React-TypeScript)
### Para rodar o seu smart contract
Basta executá-lo na blockchain e pegar o endereço novo e substituir no arquivo: src/constants.jsx### Comando para executar seu smart contract:
npx hardhat run scripts/deploy.js --network rinkeby### O arquivo deploy.js e run.js contém as imagens utilizadas.
Elas são imagens que selecionei no google somente para fins de estudo e este projeto não tem nenhum tipo de fim lucrativo.### Site para visualizar o projeto:
https://nft-game-web3dev.clacerda.repl.co/### Site da equipe web3Dev
web3dev.com.br