Giter Club home page Giter Club logo

dora-sdk-ts's People

Contributors

ixje avatar lllwvlvwlll avatar lock9 avatar michael-siek avatar zidious avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

dora-sdk-ts's Issues

New Endpoint: committee

This implements the committee method in the sdk: dora.coz.io/api/v1/neo3/mainnet/committee

New Endpoint: voter

This issue incorporates the voter endpoint: dora.coz.io/api/v1/neo3/mainnet/voter/{address}

Utility function to wait a websocket to return transaction information

@hal0x2328 made a websocket service on Dora that is very useful: It simply send a single message with transaction information right when it gots it and then it closes the websocket connection.

This is very useful because after a invokefunction is important to be sure if the transaction was successful and which information was sent via notification by the smart contract, so, you could do something like this:

const resp = await walletConnectCtx.invokeFunction(scripthash, method, params)
const transaction = await dora.waitForTransaction(resp.result) // new method to open, listen and close a websocket
const notifications = transaction.filterNotifications(scripthash, eventname) // new method to make it easier to get a notification

I believe the endpoint of the Websocket is:
wss://dora.coz.io/ws/v1/neo3/testnet/log/<transaction_id>

I would be happy to implement this issue, but probably there is a lot of decisions to be made regarding the responses of those methods

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.