23 Commits

Author SHA1 Message Date
Pietralberto Mazza
7f937e8418 Vars and fields renaming (#387)
* Rename asp > server

* Rename pool > round

* Consolidate naming for pubkey/prvkey vars and types

* Fix

* Fix

* Fix wasm

* Rename congestionTree > vtxoTree

* Fix wasm

* Rename payment > request

* Rename congestionTree > vtxoTree after syncing with master

* Fix Send API in SDK

* Fix wasm

* Fix wasm

* Fixes

* Fixes after review

* Fix

* Fix naming

* Fix

* Fix e2e tests
2024-11-26 15:57:16 +01:00
Marco Argentieri
79bb474dd2 Update README.md 2024-10-26 01:51:40 +02:00
Marco Argentieri
1f8cdcc770 fix: upgrade alpine:3.18 for zlib CVE-2022-37434 (#276) 2024-08-23 15:56:31 +02:00
Marco Argentieri
a84195ffb5 fix: README.md broken link quick start guide (#270)
Signed-off-by: Marco Argentieri <3596602+tiero@users.noreply.github.com>
2024-08-21 16:53:14 +02:00
Marco Argentieri
a8077f143d change order sections of the README (#240) 2024-08-13 00:30:33 +02:00
Marco Argentieri
0e4e491bc3 Improve README (#230)
* readme

* remove codeQL

* add security

* add license

* add SECURITY.md

* Update README.md

Signed-off-by: Marco Argentieri <3596602+tiero@users.noreply.github.com>

---------

Signed-off-by: Marco Argentieri <3596602+tiero@users.noreply.github.com>
2024-08-09 01:15:16 +02:00
Louis Singer
01297ae38c Add support for covenant-less ASP (#214)
* scaffolding wallet

* remove wallet db, add loader instead

* wip

* implement some wallet methods

* signing and utxos

* renaming

* fee estimator

* chain source options

* config

* application service

* clark docker-compose

* CLI refactor

* v0 clark

* v0.1 clark

* fix SignTapscriptInput (btcwallet)

* wallet.Broadcast, send via explora

* fix ASP pubkey

* Use lnd's btcwallet & Add rpc to get wallet staus

* wip

* unilateral exit

* Fixes on watching for notifications and cli init

* handle non-final BIP68 errors

* Fixes

* Fixes

* Fix

* a

* fix onboard cosigners + revert tree validation

* fix covenant e2e tests

* fix covenantless e2e tests

* fix container naming

* fix lint error

* update REAME.md

* Add env var for wallet password

---------

Co-authored-by: altafan <18440657+altafan@users.noreply.github.com>
2024-07-30 20:57:52 +02:00
Marco Argentieri
03cbb22a34 New banner
Signed-off-by: Marco Argentieri <3596602+tiero@users.noreply.github.com>
2024-07-20 13:25:25 +02:00
Dusan Sekulic
1f42843a69 Add first version of client SDK (#193)
* Add gRPC, REST, and gRPC-Web clients for server access

This commit introduces clients for gRPC, REST, and gRPC-Web to access the server.

- gRPC client: Includes additional argument opts ...grpc.CallOption in the interface for future extensibility.
- REST client: Factory function accepts http.Client as an argument to allow user customization.
- gRPC-Web client: Added a Log method for fast debugging in JavaScript.

The decision to use different interfaces for each client type is to accommodate specific features and extensibility requirements for each protocol.

* remove grpc web

* generate rest

* use grpc sdk in CLI

* temp wasm

* ark sdk

* renaming

* pr review refactor

* pr review refactor

* walletStore & configStore

* ark sdk wasm wrapper

* handle event stream with rest

* wip on supporting rest

* store init

* simulate event stream with rest

* fix rest sdk wip

* Fix returning forfeit txs in round event

* wasm first working e2e example

* pr review refactor

* pr review refactor

* pr review refactor

* Fixes

---------

Co-authored-by: altafan <18440657+altafan@users.noreply.github.com>
2024-07-18 16:27:14 +02:00
Marco Argentieri
a3eb64c94c improve README instructions (#166) 2024-05-02 23:32:52 -05:00
José A.P
166b4c99ad Fix readme to use testnet for ark init (#165)
* Fix readme to use testnet for ark init

Signed-off-by: José A.P <53834183+Jossec101@users.noreply.github.com>

* Added to ark2 network param

Signed-off-by: José A.P <53834183+Jossec101@users.noreply.github.com>

---------

Signed-off-by: José A.P <53834183+Jossec101@users.noreply.github.com>
2024-05-02 23:27:01 -05:00
Justin Moon
06803ec7e9 fix: add -it flag to ark alias in README (#164) 2024-05-02 18:55:33 -05:00
Louis Singer
85693e9e9a update README.md (#158) 2024-04-30 17:45:37 -05:00
tiero
4ef35c8d26 improve README 2024-04-27 04:11:27 +02:00
Marco Argentieri
30c1df9a66 Improve README (#157)
* Prepare for default liquid, README and Release GH action

* improve README
2024-04-27 03:22:41 +02:00
Marco Argentieri
9496094443 Prepare for default liquid, README and Release GH action (#156) 2024-04-27 03:09:04 +02:00
tiero
767935407d Remove Website from monorepo 2024-03-05 14:25:53 +01:00
Pietralberto Mazza
dc00d60585 Rename folders (#97)
* Rename arkd folder & drop cli

* Rename ark cli folder & update docs

* Update readme

* Fix

* scripts: add build-all

* Add target to build cli for all platforms

* Update build scripts

---------

Co-authored-by: tiero <3596602+tiero@users.noreply.github.com>
2024-02-09 19:32:58 +01:00
Marco Argentieri
d22e4ab290 Add image (#29) 2023-12-01 10:45:57 +01:00
Marco Argentieri
8371e9f1c2 rename dev_portal to website (#20)
* rename dev_portal to website

* rename dev_portal to website

* master not main
2023-11-29 00:35:10 +01:00
João Bordalo
d0ce54f493 Add dev_portal (#17)
* adds dev_portal

* change project name from dev-portal to dev_portal
2023-11-27 16:43:37 +01:00
Pietralberto Mazza
0210d39866 Monorepo scaffolding (#16)
* Change scaffolding

* Fix gh action
2023-11-27 14:23:22 +01:00
altafan
bd6199a787 Scaffolding 2023-10-30 14:43:51 +01:00