W01fw00d / bechdel_games

Web 3 example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Web 3 Example

An Ethereum Marketplace for selling and buying Videogames that pass the Bechdel Test!

Based on this tutorial and this starter kit

Run app

npm install
npm run start

Truffle commands

Compile contracts/ into abis/

truffle compile

Apply migrations/ to blockchain

truffle migrate

Apply migrations/ again to the blockchain as new copy of the smart contracts

truffle migrate --reset

Open console

truffle console

Run all tests

truffle test

About

Web 3 example


Languages

Language:JavaScript 79.7%Language:Solidity 12.7%Language:HTML 7.5%Language:CSS 0.1%