Skip to content

whatupjeff/blocktalk

Repository files navigation

TO RUN

Block Talk is a Chomium-based browser extension that enables censorship-resistant, sybil-resistant social chat forums for any URL across the web.

Powered by IPFS, WalletConnect, Lens, Waku, and the EVM

Extension Import (for local)

  1. Go to "Manage Extensions" (In Chrome, ideally)
  2. Enable "Developer mode"
  3. Click on "Load unpacked"
  4. Select the entire "blocktalk-ext" folder and import.

Server Side (for local)

  1. cd blocktalk-sv
  2. npm install
  3. npm run start:dev

Hardhat Setup (only for deployer)

  1. yarn init
  2. yarn add --dev hardhat
  3. npx hardhat init
  4. npx hardhat compile
  5. npx hardhat run --network goerli contract-scripts/deploy.js

npx hardhat run --network arbitrum-goerli contract-scripts/deploy.js ###to Verify the Contract: npx hardhat --network goerli verify --contract "contracts/.sol:" "" "" npx hardhat help npx hardhat test

npx hardhat --network arbitrum-goerli verify --contract "contracts/BlockTalk.sol:BlockTalk" 0x91f37d859A608419B665AbA41Fc397B18F1468A6

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •