Skip to content

AvatarX is a public blockchain network for personalized artificial intelligence applications.

Notifications You must be signed in to change notification settings

AvatarXChain/avatarx

Repository files navigation

AvatarX

AvatarX is a public blockchain network for personalized artificial intelligence applications.

QuickStart

see egg docs for more detail.

Development

$ npm i
$ npm run dev
$ open http://localhost:7001/

Deploy

$ npm start
$ npm stop

Database

usr: postgres pwd: password

npm scripts

  • Use npm run lint to check code style.
  • Use npm test to run unit test.
  • Use npm run autod to auto detect dependencies upgrade, see autod for more detail.