Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dudunog/krypt-app
Web 3.0 Application built using Web 3.0 methodologies, Solidity and Metamask
https://github.com/dudunog/krypt-app
blockchain javascript react solidity typescript web3
Last synced: 25 days ago
JSON representation
Web 3.0 Application built using Web 3.0 methodologies, Solidity and Metamask
- Host: GitHub
- URL: https://github.com/dudunog/krypt-app
- Owner: dudunog
- License: mit
- Created: 2022-02-26T20:00:55.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-04T02:36:59.000Z (over 2 years ago)
- Last Synced: 2023-03-07T15:43:16.826Z (almost 2 years ago)
- Topics: blockchain, javascript, react, solidity, typescript, web3
- Language: TypeScript
- Homepage: https://krypt-app.vercel.app
- Size: 1.09 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

Web3 Application built using Web3 methodologies, Solidity and Metamask.
## :hammer: Tecnologias
Este projeto foi desenvolvido com as seguintes tecnologias:
- HTML5
- CSS
- React
- TypeScript
- Web3
- Solidity
- Blockchain## 🚀 Execute o projeto
1. Clone este repositório `git clone https://github.com/dudunog/krypt-app.git`
2. Entre no diretório do projeto `cd krypt-app`
3. Entre no diretório `client` com `cd client`
4. Instale as dependências com `yarn install` ou `npm install`
5. Crie um arquivo `.env` com a chave `VITE_GIPHY_API=token` e seu token do Giphy
6. Inicie o projeto com `yarn run dev` ou `npm run dev`