Skip to content

gamester-heckathon/gamester

Repository files navigation

Connect with Gamers! Develop Games & Get Paid in Crypto!

MicrosoftTeams-image (4)

Gamester we have inbuilt 1) Escrow agreement 2)Create product services pages 3) Invoice creation and 4) Analytics

Escrow service in which Buyer and Seller can create escrow agreement where buyer will have to lock the funds in smart contract and once buyer reacieves product/service they need to click "finish" by which smart contract will release funds to Seller's wallet.

We have inbuilt product services page creation where Game developers and designers can create pages for their work and share it among their network. Interested client can approach them by sending a message from their Product/Service page.

We have Invoice creation option in which user can create an invoice and send it to the customer. Customers can download the invoice and make a payment in Crypto through this "Pay" button.

we have analytics which will give over views of how your services/product business is performing overall.

BOBA Network configration

https://github.com/gamester-heckathon/gamester/blob/master/hardhat.config.js

require("@nomiclabs/hardhat-waffle"); 
require("dotenv").config({ path: "./.env" });
const pk_1 = process.env.REACT_APP_BOBA_PRIVATE_KEY_1;
module.exports = {
  solidity: "0.8.0",
  networks: {
    boba_rinkeby: {
      url: `https://rinkeby.boba.network`,
      accounts: [pk_1],
    }
  },
};

Homepage

Screenshot 2022-05-20 at 9 05 49 PM

Escrow Agreement

Screenshot 2022-05-20 at 9 06 31 PM

Product & Services

Screenshot 2022-05-20 at 9 06 43 PM

Hiring

Screenshot 2022-05-20 at 9 06 50 PM

Invoice

Screenshot 2022-05-20 at 9 07 02 PM

#invoice Details

Screenshot 2022-05-20 at 9 07 11 PM

Analytics

Screenshot 2022-05-20 at 9 07 28 PM

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published