zono
zono

Reputation: 8584

Counterparty.io: Is it possible to create wallet via API?

I want to create a counterparty wallet by using API. Blockchain.info has a create wallet API. I prefered to use similar one. https://blockchain.info/api/create_wallet

I already read counter party's API document but it does not seem to provide it. http://counterparty.io/docs/counterpartyd/#sign-tx

Any help will be appreciated.

Thanks.

Upvotes: 0

Views: 279

Answers (1)

JCR000
JCR000

Reputation: 976

You can find the source for the webwallet here and the address code is here

Its a javascript app all run in the browser, on a high level the app only reads, verifies and transmits valid counterparty protocol transactions and there is no api like what Blockchain.info offers at this time.

You can use the python reference client for creating your own api.

Upvotes: 1

Related Questions