Peersky

Results 41 comments of Peersky

@daria-bochkareva maybe better to use github to host this?

@Andrei-Dolgolev I think is must to add blockchain selector as well. And I assume for some contracts it might be useful to actually query for `polygon` AND/OR `ethereum` simultaneously

cant it be just part of args[] with ``` name: OR operation: boolean_algebra ``` And if we args can be recursive than we could have smth like ```json [ {...

![image](https://user-images.githubusercontent.com/61459744/141102105-243eaba5-1d37-4ec6-b1a0-301084891799.png)

> a sentence about our NFT market analysis on the landing page itself? Maybe above the diagram it could say "Analysis of over 7 million Ethereum NFT transactions by Moonstream"...

> Guys, on my PC since I saw the logo after our team meeting it was cut. @landnana is it solved or still present?

> ![image](https://user-images.githubusercontent.com/61459744/141102105-243eaba5-1d37-4ec6-b1a0-301084891799.png) That's resizing on particular screen size, we can try to lift icons a bit up though we did that already once

proposed schema: ```json { "title": "Dashboard", "description": "Dashboard settings", "type": "object", "required": ["id", "name"], "properties": { "id": { "type": "uuid", "description": "id of dashboard" }, "name": { "type": "string", "desciption":...

Update to use object-keys instead of array ```json "methods": { "0x93123": {"name": "safeTransferFORM", "filters": {"tokenId": "110392"}} "0xabcdef": {"name": "safeTransferFORM", "filters": {"tokenId": "110392"}} }, ``` Alternative approach: ```json "methods": [ {"name":...

@daria-bochkareva in mockup we are moving sections about - loalty - secrurity - analytics inside the `/products` directory. Now I have question, where should current [product page](https://moonstream.to/product/) go? My proposal:...