Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 553 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 553 Bytes

About

This is a scaffold of Ulam Labs' frontend recruitment task. It contains basic React project structure and assets.json with data.

Task details will be revealed during the interview.

How to run

npm install
npm run dev

assets.json

Details and meaning of all asset fields is not important. Only following fields will be used:

{
  "denom": "", // kind of asset id, but unique only within one blockchain/network
  "chain_id": "1",
  "name": "Ether",
  "symbol": "ETH",
  "logo_uri": "http://example.com/ab23ab23012"
}