Giter Club home page Giter Club logo

Comments (11)

lantonmills avatar lantonmills commented on July 30, 2024 2

Thank you!!

from taquito-pinata-tezos-nft.

claudebarde avatar claudebarde commented on July 30, 2024 1

The repo has now been updated, thank you @maddybvh !

from taquito-pinata-tezos-nft.

BakeTz avatar BakeTz commented on July 30, 2024

Hi @claudebarde, @maddybvh I try to originate a contract on https://ide.ligolang.org/ and get several errors like:

Error: File "/tmp/tmp-7zpZOuG20WHf2.ligo", line 283, characters 20-22:
Invalid symbol: "&&".
Hint: Check the LIGO syntax you use.

Error: File "/tmp/tmp-7wr0zkPYxyyZC.ligo", line 68, characters 27-29:
Invalid symbol: "<>".
Hint: Check the LIGO syntax you use.

Error: File "/tmp/tmp-7gW0q5sJDNSxg.ligo", line 378, characters 27-29:
Invalid symbol: "<>".
Hint: Check the LIGO syntax you use.

Error: File "/tmp/tmp-7EYaT5I9GRcrk.ligo", line 385, characters 17-19:
Invalid symbol: "<>".
Hint: Check the LIGO syntax you use.

Error: File "/tmp/tmp-7cSm5M47cC2Mt.ligo", line 402, characters 42-44:
Invalid symbol: "::".
Hint: Check the LIGO syntax you use.

Error: File "/tmp/tmp-7U5njzOjQuyKj.ligo", line 410, characters 79-81:
Invalid symbol: "::".
Hint: Check the LIGO syntax you use.
....

I run under PascaLIGO and Configure "Compile Contract". Also, I don't understand how can I connect my waller/address to the contract in the ide.ligolang.org site.

Please HELP!

from taquito-pinata-tezos-nft.

claudebarde avatar claudebarde commented on July 30, 2024

Hey @BakeTz, the contract is written in CameLigo, so you cannot compile it as a PascaLigo contract.

from taquito-pinata-tezos-nft.

claudebarde avatar claudebarde commented on July 30, 2024

Hi @claudebarde , thanks for the great article! I ran into two small issues setting this up locally.

I'm not able to submit a PR, but in case anyone comes across this, these are the changes I needed to make:

In backend/src/index.ts:

-  const PinataKeys = require("./PinataKeys");
+  const PinataKeys = require("./PinataKeys").default;

In frontend/src/App.svelte:

-          data.status === 200 &&
+          data.status === true &&

I will look into that, thank you!

from taquito-pinata-tezos-nft.

DappGuy avatar DappGuy commented on July 30, 2024

Hey @BakeTz, the contract is written in CameLigo, so you cannot compile it as a PascaLigo contract.

i compile in CameLigo but still get the same error

https://ide.ligolang.org/p/hvW3KEZXlTuuaQVFBGPZLQ

https://ide.ligolang.org/p/hvW3KEZXlTuuaQVFBGPZLQ
ID (CameLIGO)
502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536
}

{"version":"v1.0.0","name":"TUTs","authors":["@claudebarde"],"interfaces":["TZIP-012","TZIP-016"]}

*)
Error: File "/tmp/tmp-8caDzHy6MQ3qf.ligo", line 283, characters 20-22:
Invalid symbol: "&&".
Hint: Check the LIGO syntax you use.

from taquito-pinata-tezos-nft.

claudebarde avatar claudebarde commented on July 30, 2024

The error was due to a bug in the Ligo web IDE. It has been fixed now and you should be able to compile the contract properly.

from taquito-pinata-tezos-nft.

sb-saksham avatar sb-saksham commented on July 30, 2024

Can I use this contract for a Tezos Hackathon?

from taquito-pinata-tezos-nft.

claudebarde avatar claudebarde commented on July 30, 2024

Sure :)

from taquito-pinata-tezos-nft.

paulmreese avatar paulmreese commented on July 30, 2024

@maddybvh Thank you so much for the suggestion! I was losing my mind trying to figure this out.
@claudebarde and thank YOU for this repo!

from taquito-pinata-tezos-nft.

reganwillis avatar reganwillis commented on July 30, 2024

After clicking the upload button I was getting an app crash and the error: "No pinataApiKey provided! Please provide your pinata api key as an argument when you start this script". @maddybvh 's above suggestions fixed the problem.

Great repo!

from taquito-pinata-tezos-nft.

Related Issues (6)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.