/Blockgrid

Primary LanguageSolidityMIT LicenseMIT

Block Grid

Block grid is an on-chain electricitiy subscription system where energy users can buy uints using cryptocurrencies. First time users on the platform get free GRID token airdropped to their wallet.

How to:

  • Create Disco: Electricity distribution companies can create business profile on the platform, passing in required parameters

  • BuyWithUSDC: Subscribers can either buy units with USDC or Ether. To buy with USDC, select "buy with USDC", then pass in meterNo and the unit amount to recharge.

  • BuyWithEther: To buy units with Ether, select "buy with Ether", pass in your meter number and the amount of Ether you want to subscribe. First time subscribers are rewarded with some Metro tokens.

  • setUnitPrice: Registered electricity distribution companies can update their unit prices using the "setUnitPrice" function. Only the account assigned as the company admin can perform this.

  • withdrawEther: Registered companies can withdraw their Ether easily from the platform by using this function. This can only be performed bby the assigned admin for each company.

  • withdrawUSDC: Almost the same with withdrawEther, but the token to withdraw here is USDC.

Developers

Start

$ git clone https://github.com/OkoliEvans/Blockgrid

Installation

$ cd backend
$ forge install

Build

$ forge build

Test

$ forge test

Deploy

$ forge create --rpc-url <your_rpc_url> \
    --private-key <your_private_key> \
    --etherscan-api-key <your_etherscan_api_key> \
    --verify \
    src/metroFactory.sol:MetroFactory

Frontend

Installation

$ cd frontend
$ npm install

Build

$ npm run dev

Block grid Factory contract deployment address on Scroll Sepolia: 0x75B26665502D10016c2F037c60E7E6950f679b4a

GRID token deployment address on Scroll Sepolia: 0xF79326F5b24F0dd4A9256C1991A1560A8737d648

Pricefeed deployment address: 0xa88B8eA2a9D1A143d7cB9b04fA05741EdD53eb41