cromewar / Full-Stack-Simple-Storage-Brownie

Adding frontend for Simple Storage Contract deployed with brownie.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple Storage Smart contract + Fron-end

This project uses the Simple Contract project base on Patrick Collins Simple Storage code and adds and extra layer for front-end using:

  • NextJs
  • Ethers.JS
  • Deployement wiht Brownie

Showcase Image

Usage

Be sure to have enough Ether on Rinkeby TestNet. Clone the source code and then simple type the following in your terminal:

cd front-end

Install the dependencies with

yarn install

Run the project with

yarn dev

Open your local host on port 3000

http://localhost:3000/

Enjoy!

Note

Special thanks to Patrick and his Solidity and Blockchain course, this couldn't be possible without it.

About

Adding frontend for Simple Storage Contract deployed with brownie.


Languages

Language:JavaScript 60.0%Language:CSS 20.9%Language:Python 12.7%Language:Solidity 6.4%