header image
avatar

bap2pecs

bap2pecs

twitter: @0xb2p github: @bap2pecs
Subscribe to bap2pecs
Receive the latest updates directly to your inbox.

How to fix ERR_SSL_VERSION_OR_CIPHER_MISMATCH

Publisher
bap2pecs
February 06
I was setting up SSL for a domain using cloudflare along with nginx-acme and nginx-proxy but I got error ERR\_SSL\_VERSION\_OR\_CIPHER\_MISMATCH when testing.

Sui Study Notes: The Whitepaper

Publisher
bap2pecs
January 31
Disclaimer: This study note serves as a personal reminder rather than a comprehensive list of all the concepts in the whitepaper.

Optimism Bedrock: Study Notes

Publisher
bap2pecs
January 30
Disclaimer: My goal is to learn the OP Bedrock protocol quickly so I can understand the code more easily to be able to plug in with my own DA layer to the OP stack. So I only read the things I think that can be helpful. The goal is not to understand every piece of the details.

Filecoin/FVM: Study Notes

Publisher
bap2pecs
January 30
My goal of studying Filecoin/FVM is to figure out whether I can use Filecoin as the DA layer for a rollup using the OP stack. Specifically, I am looking for a decentralized, affordable, reliable and scalable DA layer. My conclusion is although it’s pretty decentralized and affordable, it’s not reliable in regards to usability and security.

Quick Study of the OP Tokenomics

Publisher
bap2pecs
January 25
The above page is the official documentation about the Economics of the OP ecosystem. It also has a nice diagram (see below) to demonstrate the economics.

My 2022 Summary

Publisher
bap2pecs
January 11

Demystify SAFE

Publisher
bap2pecs
January 09
Simple Agreement for Future Equity (SAFE) was introduced by YC to help startups for early-stage fundraising.

How to use chatGPT to write code snippet

Publisher
bap2pecs
January 03
Recently, I heard many people saying how they used chatGPT to help them write code. So I decided to try it myself.

How to spin up your own PoA EVM chain?

Publisher
bap2pecs
October 29
We will set up 1 bootnode and 2 geth nodes in 3 different servers. They will form the network for the EVM chain. All the nodes will run in containers.