Skip to content

doc: Update READMEs to reflect the Base deployment - #316

Merged
williamchong merged 1 commit into
likecoin:mainfrom
williamchong:develop
Jul 27, 2026
Merged

doc: Update READMEs to reflect the Base deployment#316
williamchong merged 1 commit into
likecoin:mainfrom
williamchong:develop

Conversation

@williamchong

Copy link
Copy Markdown
Member

The root README still described the repo as hosting on optimism and listed folders that have since moved or been removed. Rewrite the overview around Base, drop the empty likecoin folder, mark likenft as the legacy optimism-era contracts and document the folders added since, likecoin3, likecollective-indexer, likecollective-staking-position-image, op-2-base, cosmos-delegation, nft-tools and abi.

Correct a few facts while at it:

  • veLikeReward is legacy after rotation, per likecoin3/velike.md, so the reward pools now point there instead of being listed as live
  • likecollective-indexer indexes LikeCollective and LikeStakePosition, it has no veLike binding
  • only base and baseSepolia carry the full stack, the other chains in ignition only have the Likecoin ERC20
  • ENV=likeco is not a valid env, the deploy note now uses likeco-base
  • contract deployment runs from likecoin3 with create2, not from likenft

The root README still described the repo as hosting on optimism and listed
folders that have since moved or been removed. Rewrite the overview around
Base, drop the empty `likecoin` folder, mark `likenft` as the legacy
optimism-era contracts and document the folders added since, `likecoin3`,
`likecollective-indexer`, `likecollective-staking-position-image`,
`op-2-base`, `cosmos-delegation`, `nft-tools` and `abi`.

Correct a few facts while at it:

- `veLikeReward` is legacy after rotation, per likecoin3/velike.md, so the
  reward pools now point there instead of being listed as live
- `likecollective-indexer` indexes LikeCollective and LikeStakePosition, it
  has no veLike binding
- only base and baseSepolia carry the full stack, the other chains in
  ignition only have the Likecoin ERC20
- `ENV=likeco` is not a valid env, the deploy note now uses `likeco-base`
- contract deployment runs from `likecoin3` with create2, not from `likenft`

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates repository documentation to reflect the Base deployment and the current repo structure, replacing outdated Optimism-era descriptions and adding guidance for contract/service development and deployment.

Changes:

  • Rewrite root README to document Base live contracts, current folder structure, and local/dev workflows (contracts, ABIs, make targets, CI).
  • Add a real project description to likenft-indexer/README.md.
  • Clarify deploy/README.md scope (services vs contracts) and update deployment procedure/env examples for the Base-era setup.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 5 comments.

File Description
README.md Reframes repo overview around Base, updates folder map, local workflow notes, and contract/dev references.
likenft-indexer/README.md Adds a concrete description of what the indexer does and how it’s configured.
deploy/README.md Updates deployment notes to point to likecoin3/Ignition/CREATE2 and refreshes env/runbook details.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread README.md
Comment on lines +18 to +19
`BookNFT` is not deployed directly, each book is a beacon proxy created through
`LikeProtocol`.
Comment thread README.md
Comment on lines +135 to +137
> Both clean targets match volumes by the `likecoin-30` compose project prefix,
> so they only work when the repo is checked out into a `likecoin-3.0`
> directory. Under any other directory name they silently match nothing.
Comment thread README.md
Comment on lines +141 to +143
For respective frontend, `likenft-migration`, `likecoin-migration` and
`migration-admin`, please navigate to respective folder and follow instruction
there.
Comment thread likenft-indexer/README.md
Comment on lines +5 to +8
transfer memos without hitting the chain directly. It ingests EVM events, keeps
the NFT state in postgres and exposes it through an api. The chain and contract
address come from `ETH_NETWORK_EVENT_RPC_URL` and
`ETH_LIKE_PROTOCOL_CONTRACT_ADDRESS`, see `.env.example`.
Comment thread deploy/README.md
Comment on lines +50 to +51
The `helm/{env}` value files and their Makefile are gitignored rather than
committed, see `.gitignore`, they provide helper and default for illustration.
@williamchong
williamchong merged commit 2e319af into likecoin:main Jul 27, 2026
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants