You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you do snarkvm new hello and follow the examples in the documentation here
it doesn't work because of a missing .env file.
(Note, the requirement was added here.)
If snarkvm new were to create a working .env file then the example would work,
but unless and until then, the documentation should have
a step where the .env file is created.
Note, if you are just trying out a test program and don't care about the network or private key,
you can use a dummy file like this:
If you do
snarkvm new hello
and follow the examples in the documentation hereit doesn't work because of a missing
.env
file.(Note, the requirement was added here.)
If
snarkvm new
were to create a working.env
file then the example would work,but unless and until then, the documentation should have
a step where the
.env
file is created.Note, if you are just trying out a test program and don't care about the network or private key,
you can use a dummy file like this:
The text was updated successfully, but these errors were encountered: