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
- Go to "Manage Extensions" (In Chrome, ideally)
- Enable "Developer mode"
- Click on "Load unpacked"
- Select the entire "blocktalk-ext" folder and import.
- cd blocktalk-sv
- npm install
- npm run start:dev
- yarn init
- yarn add --dev hardhat
- npx hardhat init
- npx hardhat compile
- 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