Skip to content

lay2dev/dao.ckb.pw

Repository files navigation

Nervos DAO (dao.ckb.pw)

A Nervos DAO with Portal Wallet. Developed with pw-core.

By default this is running under Ethereum environment (MetaMask and imToken are recommended) on Lay2's devnet: Explorer: https://explorer.ckb.pw Node URL: https://lay2.ckb.dev

If you need testnet CKB, please feel free to email contact@lay2.dev with a ETH address.

Install the dependencies

yarn

Start the app in development mode (hot-code reloading, error reporting, etc.)

quasar dev

Lint the files

yarn run lint

Build the app for production

quasar build

Customize the configuration

See Configuring quasar.conf.js.