Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 763 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 763 Bytes

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 [email protected] 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.