fourleafcoder

Results 2 issues of fourleafcoder

Traceback (most recent call last): File "/Users/xxx/PycharmProjects/Solana/test/test_api.py", line 95, in test() File "/Users/xxx/PycharmProjects/Solana/test/test_api.py", line 68, in test mint_to_response = api.mint(api_endpoint, "xxx", "xxx", "https://testing.com") File "/Users/xxx/PycharmProjects/Solana/api/metaplex_api.py", line 77, in mint tx,...

Traceback (most recent call last): File "/Users/xxx/PycharmProjects/Solana/test/test_api.py", line 11, in from api.metaplex_api import MetaplexAPI File "/Users/xxx/PycharmProjects/Solana/api.py", line 1, in from api.metaplex_api import MetaplexAPI ModuleNotFoundError: No module named 'api.metaplex_api'; 'api' is...