Show HN: REST-Like API for Ethereum Smart Contracts
1–10 of 19 posts
Re: Show HN: REST-Like API for Ethereum Smart Contracts
#2Re: Show HN: REST-Like API for Ethereum Smart Contracts
#3This looks interesting, but we're talking about money here. If you're looking for something similar to this consider a solid infrastructure provider first. We built an app on Coinbase's shoddy early API, only to have it go down in the middle of a YC interview -_-
[0] https://www.blockcypher.com [1] https://www.blockcypher.com/dev/ethereum/#contract-api
Re: Show HN: REST-Like API for Ethereum Smart Contracts
#4Reminds me of BlockCypher- they pitch themselves as the "AWS" of blockchains [0], and released an Ethereum API not too long ago [1]. This looks interesting, but we're talking about money here. If you're looking for something similar to this consider a solid infrastructure provider first. We built an app on Coinbase's shoddy early API, only to have it go down in the middle of a YC interview -_- [0] https://www.blockcy…
In the case of ETHEREST - it's just about being able to grab a contract address and call any method on it quickly and easily. Having to hook into a a node & provide an ABI gets frustrating really quickly, especially when you're testing.
On stability - it's definitely an MVP right now. Our plan is to open source the innards soon to a) make submitting transactions trustless and b) share some of the innovations we've made to make this scale well.
Re: Show HN: REST-Like API for Ethereum Smart Contracts
#5I need an endpoint that gets me all address holders of a contract, its fine if its a little slow
etherscan used to have one but they deprecated probably for the performance issue
Re: Show HN: REST-Like API for Ethereum Smart Contracts
#6soon we will see graphql endpoints
I'm super happy there is more and more damn tooling.
Re: Show HN: REST-Like API for Ethereum Smart Contracts
#7Re: Show HN: REST-Like API for Ethereum Smart Contracts
#8Re: Show HN: REST-Like API for Ethereum Smart Contracts
#9soon we will see graphql endpoints
I am already working on one. Its super early and only has a subset of features so far. shameless plug https://github.com/sogoiii/ethereum-to-graphql I'm super happy there is more and more damn tooling.