-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how to solve this github.com/atomicals-go/atomicals-indexer/atomicals-core/witness/python-parse: cannot find module providing package #2
Comments
oh,my fault, pull latest code plz |
Thanks, the problem has been solved, however, I cannot find the "init" file in the "repo" file, which prevents me from "go run ./" |
me too and I can't find conf/config.json. |
i pushed init.go and json file again |
hey anchor, 我记得你曾经回复过我的推特。如果你想参与进来,我觉得你可以看下atomicals-api服务。这个服务接口还很单一,你可以根据自己的想法添加更多新的接口,这样可以熟悉服务的sql表字段。 |
When I "go run ./" in "atomical-api" it returns "Error: Configuration file etc/main-api.yaml, field 'btc_rpc_user' not set" and then I found the parameters of "main.go" for "atomicalsConfigFilePath", however, I couldn't find the path in the "atomicals-api" file, so, I copied the "conf" of the "atomical-indexer" file to this, but it still doesn't work, please help me |
hey michael, thx for trying, these are indeed my negligence, I'm used to running code locally, but I didn't double-check the correctness of the uploaded code. i have pushed again. but i suggest u run atomicals-indexer first, until atomicals-indexer catching latest btc block, atomicals-api service won't start, it will panic. |
You're welcome, the program is already running, however, I don't know if the atomic indexer gets new Bitcoin blocks, I checked my database and there is nothing there |
u can check log or atomicals_tx table, it record all atomicals transactions. by the way, in the latest version, i only catch dft and dmt operation, which indicat deploy ft asset and mint ft asset. because i have to implement payment model. if anyone want to take part in, connect me plz. |
[solve](go: finding module for package github.com/atomicals-go/atomicals-indexer/atomicals-core/witness/python-parse)
The text was updated successfully, but these errors were encountered: