Pokémon Factory Ethereum smart contract

Pokémon Factory: Ethereum smart contract to generate Pokemons, with their skills, types, and weaknesses. Developed using the Solidity language.

It was the first Smart Contract I deployed, as part of Platzi’s Ethereum Developer Program.

It is part of my Development Portfolio.

What is Solidity?

Solidity is a high-level contract-oriented language.

Its syntax is like JavaScript and it’s specifically focused on the Ethereum Virtual Machine (EVM).

Solidity is statically typed and accepts, among other things, inheritances, libraries, and complex user-defined types.