OriginProtocol / origin-js

We've moved to a monorepo: https://github.com/OriginProtocol/origin
MIT License
81 stars 33 forks source link

Add function to console.log a listing #601

Closed cuongdo closed 5 years ago

cuongdo commented 5 years ago

Add function to console.log a listing

Example use:

await originTest.marketplace.resolver.currentAdapter.logListing(4)

Pulls in all relevant Solidity events, Solidity structs, and IPFS objects. The intention is to give developers a useful tool that shows a consolidated form of the on-chain and off-chain state of a listing.

Checklist:

cuongdo commented 5 years ago

Screenshot:

screen shot 2018-10-04 at 2 08 40 pm