Alessandro Sechi
Alessandro Sechi
Hello. Is there a way to use already generated Private Key/Public Key to generate addresses, instead of use a mnemonic seed?
Following the example in readme, ``` var ( mnemonic = "range sheriff try enroll deer over ten level bring display stamp recycle" ) func main() { master, err := hdwallet.NewKey(...
## Explain your user case and expected results Migration succeed on SQLITE, but fails on Postgres due to wrong order in tables creation (cities is created before regions). Apparently even...
According to documentation for [GetInvoice](https://bitpay.com/api/#rest-api-resources-invoices-create-an-invoice), `x-accept-version`, `content-type` headers are required. Moreover, adding `x-identity` and `x-signature` header would allow merchant facade tokens to work.
## GORM Playground Link https://github.com/go-gorm/playground/pull/721 ## Description Migration succeed on SQLITE, but fails on other DBs due to wrong order in tables creation (cities is created before regions). Apparently even...
Hello, I am trying to test a slightly modified example of [coder directive](https://ggicci.github.io/httpin/directives/coder) ``` package main import ( "fmt" "net/http" "net/http/httptest" "time" "github.com/ggicci/httpin" "github.com/justinas/alice" ) type MyDate time.Time // adapted...