/CoinToken

Development a project for create a coin in networking Ethereum. Challenge in bootcamp Web3

Primary LanguageSolidityApache License 2.0Apache-2.0

CoinToken

Cryptocurrency in Ethereum Neetwork

Remix IDE - create a block transaction in a blockchain

Hardhat Server

Metamask implementation contract

Status transaction

Stack the Project

  • Solidity
  • Truffle
  • Hardhat - Ethereum development environment
  • Ganache
  • Remix IDE
  • Metamask

About

Created a token in pattern ERC-20 in the network Ethereum for realize transactions na blockchain. Publication in the blockchain. Received and sent transactions.

Getting Started

First, it is necessary to install and run the development server:

Hardhat
npm install --save-dev hardhat

Started run the comand

npx hardhat node

HTTP and WebSocket JSON-RPC server at http://127.0.0.1:8545/ with your terminal.

Created accounts for example and Private Key

Account #0: 0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266 (10000 ETH) Private Key: 0xac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80

Account #1: 0x70997970C51812dc3A010C7d01b50e0d17dc79C8 (10000 ETH) Private Key: 0x59c6995e998f97a5a0044966f0945389dc9e86dae88c7a8412f4603b6b78690d

Install the Wallet Metamask or use the extension in the browser

Create a network manually in metamask and import a Private Key: 0xac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80

Deploy

Run the deploy in Remix IDE and make a necessary permission in Metamask

Author

Project created by developer


Thiago Cardoso