A single API interface to call Smart Contracts as easily as any other web service
Create an account and get your API key to call public blockchain(s) smart contracts as easily as any web service you're used to
Check DocumentationDo you have a Smart Contract that can make the difference? we will
help you bring your code to bws.ninja and get a profit from it
Quickly build your solution by using regular API calls to save and get data from Blockchain database.
var parameters = {
contract: "Ethereum.Database.Immutable",
version: 2,
network: "ropsten",
operation: "insertBytes32",
parameters: {
key: "a-key",
value: "Hello World!",
},
};
$.ajax({
method: "POST",
url: "https://api.bws.ninja/v1/call",
data: JSON.stringify(parameters),
headers: {
"Content-Type": "application/json",
"X-Api-Key": "ExV0d92KzQ8Qgs56nevddpbB8cUa34s7ntVF8g0",
},
dataType: "json"
});
Blockchain Web Services is about Trust, but you don't have to worry, we manage everything so you don't need to create multiple Blockchain Accounts or buy Cryptos (e.g. ETH) to call Blockchain Web Services solutions.
We believe Blockchain will transform everything.
It's the tool we need as a Community to go after our need to move forward together.
Blockchain Web Services aims to help in such voyage as the building blocks to reach destination easier and faster.