bernardosecades / smart-contracts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bernie Hardhat Project (Smart contract learning)

CI Tests CI Linter

To learn smart contracts, test for those contracts, and a script that deploys those contracts.

Try running some of the following tasks:

npx hardhat help
npx hardhat test
REPORT_GAS=true npx hardhat test
npx hardhat node
npx hardhat run scripts/deploy.js

Makefile

make help

Deploy

local:

npx hardhat run scripts/deploy_berni_nft.js

goerli:

npx hardhat run scripts/deploy_berni_nft.js --network goerli

ADN

13 atributos api avataar ver screenshot (26 numeros, cada par definen un atributo).

usaremos uint256, pero solo los ultimos 26 nuneros para saber el adn

https://getavataaars.com/

About


Languages

Language:Solidity 85.4%Language:JavaScript 12.3%Language:Makefile 2.4%