Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/BraianVaylet/buildspace-epic-nfts

🐲 Epic NFTs [smart-contract]
https://github.com/BraianVaylet/buildspace-epic-nfts

hardhat javascript nfts solidity

Last synced: 3 months ago
JSON representation

🐲 Epic NFTs [smart-contract]

Awesome Lists containing this project

README

        



# 🐲 Epic NFTs [SmartContract]

### **[VER CONTRATO](https://rinkeby.etherscan.io/address/0x9a59CFc34ABED8FDE5989892A1D2B75235d14b14)**

### Características del proyecto.

- Proyecto desarrollado para los cursos de la plataforma [buildspace](https://buildspace.so/).
- Es un proyecto realizado en Solidity utilizando [HardHat](https://hardhat.org/) como framework.
- Está deployado en la red de Rinkeby.
- La dirección del contrato es: **0xef10AE1B845aEC9251c19cc5af7d4dda7424F52D**, pueden revisar el contrato en el siguiente Link: [rinkeby.etherscan](https://rinkeby.etherscan.io/address/0x9a59CFc34ABED8FDE5989892A1D2B75235d14b14)
- Los usuarios deben conectarse usando MetaMask.
- El contrato permite mintear uno de los 50 NFTs.
- Los NFTs están formados de una palabra generada por la combinación aleatoria de otras 3, un animal, una profesión y una adjetivo.
- Los NFTs podrán ser vendidos y son accesibles desde OpenSea o Rarible.

Puede ingresar a la aplicacion Web [AQUI](https://epic-nfts-ui-ten.vercel.app/)

---

### Basic Sample Hardhat Project

This project demonstrates a basic Hardhat use case. It comes with a sample contract, a test for that contract, a sample script that deploys that contract, and an example of a task implementation, which simply lists the available accounts.

Try running some of the following tasks:

```shell
npx hardhat accounts
npx hardhat compile
npx hardhat clean
npx hardhat test
npx hardhat node
node scripts/sample-script.js
npx hardhat help
```