This repo contains the code for the Likecoin 3.0, which is hosting on the optimism chain.
likecoin
: ERC20 tokenlikecoin-migration
: the migration frontend, from cosmos like to evm likelikenft
: LikeProtocol smart contractlikenft-indexer
: provide support for downstream application to quert NFT around LikeProtocol.likenft-migration
: the code for the likerID and likeNFT migration frontend, from cosmos x/nft to evm likenftsigner-backend
: Signing the EVM TX for migrationmigration-backend
: the code for the backend program, for migrating the data from cosmos likecoin and likecoin nftmigration-admin
: Simple CRUD interface for CX to support end user migrationoperation
: holding script for operation supportdeploy
: the scripts for deploying the migration program
To setup the evn files and kick start basic backend for the first time
make setup
make start
The console will stream the backend logs
To deploy the smartcontract locally, run following in another console
make local-contracts
For respective frontend, likenft-migration
, likecoin-migration
and migration-admin
, please naigate to respective folder and follow instruction there.