input-output-hk / cardano-sl

Cryptographic currency implementing Ouroboros PoS protocol
Apache License 2.0
3.77k stars 630 forks source link

Documents about Cardano JSON-RPC #4180

Open jtomtan opened 5 years ago

jtomtan commented 5 years ago

Hi,

I am from Crypto Wallet team: Ownbit. We am trying to integrate ADA into our wallet, but failed to find basic documents. We want to know:

  1. Where can we find the document about the SERVER side RPC interface?
  2. Any existing JS library for the frontend, just like bitcoinjs done for Bitcoin?

Thanks.

ntfreem commented 5 years ago

Hi, we have C SDK and a javascript SDK C: https://github.com/input-output-hk/rust-cardano/tree/master/cardano-c JS: https://github.com/input-output-hk/js-cardano-wasm

jtomtan commented 5 years ago

Hi, we have C SDK and a javascript SDK C: https://github.com/input-output-hk/rust-cardano/tree/master/cardano-c JS: https://github.com/input-output-hk/js-cardano-wasm

How about docs for server side RPC ?

Victoryfan commented 5 years ago

Hi,

I am from Crypto Wallet team: Ownbit. We am trying to integrate ADA into our wallet, but failed to find basic documents. We want to know:

  1. Where can we find the document about the SERVER side RPC interface?
  2. Any existing JS library for the frontend, just like bitcoinjs done for Bitcoin?

Thanks.

Hello! Do you resolve this problem? Do you have solution for ADA to integrate into wallet? Thank you.

jtomtan commented 5 years ago

Hi, I am from Crypto Wallet team: Ownbit. We am trying to integrate ADA into our wallet, but failed to find basic documents. We want to know:

  1. Where can we find the document about the SERVER side RPC interface?
  2. Any existing JS library for the frontend, just like bitcoinjs done for Bitcoin?

Thanks.

Hello! Do you resolve this problem? Do you have solution for ADA to integrate into wallet? Thank you.

Not yet. Still looking for JS for ADA which do the same thing like bitcoinjs do for bitcoin. And also server side RPC interface documentation. Any info you have please share with me. Thanks!

Victoryfan commented 5 years ago

Hi, I am from Crypto Wallet team: Ownbit. We am trying to integrate ADA into our wallet, but failed to find basic documents. We want to know:

  1. Where can we find the document about the SERVER side RPC interface?
  2. Any existing JS library for the frontend, just like bitcoinjs done for Bitcoin?

Thanks.

Hello! Do you resolve this problem? Do you have solution for ADA to integrate into wallet? Thank you.

Not yet. Still looking for JS for ADA which do the same thing like bitcoinjs do for bitcoin. And also server side RPC interface documentation. Any info you have please share with me. Thanks!

I use explorer-mainnet apis to traverse block and get transactions about offline addresses. But now I meet a problem that there isn't previous transactions hash in the transaction input, so i can't know which unspent the transaction input use.

Victoryfan commented 5 years ago

@jtomtan Are you Chinese? Can we use other efficient way to contact?

jtomtan commented 5 years ago

@jtomtan Are you Chinese? Can we use other efficient way to contact?

Yes, I am. If you have wechat , you can add me: jtomtan

jtomtan commented 5 years ago

Hi, I am from Crypto Wallet team: Ownbit. We am trying to integrate ADA into our wallet, but failed to find basic documents. We want to know:

  1. Where can we find the document about the SERVER side RPC interface?
  2. Any existing JS library for the frontend, just like bitcoinjs done for Bitcoin?

Thanks.

Hello! Do you resolve this problem? Do you have solution for ADA to integrate into wallet? Thank you.

Not yet. Still looking for JS for ADA which do the same thing like bitcoinjs do for bitcoin. And also server side RPC interface documentation. Any info you have please share with me. Thanks!

I use explorer-mainnet apis to traverse block and get transactions about offline addresses. But now I meet a problem that there isn't previous transactions hash in the transaction input, so i can't know which unspent the transaction input use.

Any links for it?