sequence
sequence copied to clipboard
Immutable, scalable, and easy to use ledger service.
Hi, I cloned the repo and it's running on Docker. I'm trying to run the postman collection but so far I'm getting 403 "Invalid credentials." error message. I'm following instructions...
I'm exploring sequence and trying to apply it to a problem where an account may "promise" to pay up to X, and then end up paying Y (where typically Y...
I'm with a cors error, can you help me ? ``` sequence_1 | INFO io.pedestal.http.cors - {:msg "cors request processing", :origin "http://localhost:3000", :allowed nil, :line 84} ``` 
can you help me with this ? when docker will search a image he does this error 
I am having a really hard time following your code (I admittedly have no Clojure experience which doesn't help), it seems the comments are just related to things that were...
If you send multiple concurrent requests like: ``` POST transactions andrios -> lucas (amount 5) POST transactions andrios -> lucas (amount 10) POST transactions andrios -> lucas (amount 15) POST...
As per the home page: "Send asset movement events to multiple destinations". (I would _love_ to be able to subscribe to events on specific (or all) accounts through a pub/sub...
As we discussed, just some simple docs revealing the pagination capabilities 👍
Hi, I'm playing around with Sequence and bumped into trouble early on: > docker-compose up ``` Starting sequence_dynamodb_1 ... done Creating sequence_sequence_1 ... done ``` > curl http://localhost:8910/v1/transactions \ -H...
# Support Idempotent requests Idempotent requests are important to enable consistency over the network with other services using the ledger. An optional `x-request-id` header should ensure only once processing per...