Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 839 Bytes

README.md

File metadata and controls

45 lines (30 loc) · 839 Bytes

CryptoBeauty 密碼女孩

你專屬的區塊鏈少女卡片創作交易平台 🦋 https://tina1998612.github.io/CryptoBeauty/#/

A wonderland for you to explore and create the beauty of crypto girls on blockchain;)

cover photo

LIVE ON TRON MAINNET! 波場主網上線中!

點我看即時交易紀錄

mainnet contract

Development

Install Dependencies

npm install

Test contract

truffle test

Frontend Test

More instructions are in the README under client directory.

cd client
npm install
npm start

To build and publish

(npm install gh-pages -g if haven't installed github pages)

cd client
npm run build
gh-pages -d build