Skip to content
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

Put your proposals / feature requests here ⤵️ #2

Closed
4 tasks
skywinder opened this issue May 25, 2019 · 4 comments
Closed
4 tasks

Put your proposals / feature requests here ⤵️ #2

skywinder opened this issue May 25, 2019 · 4 comments

Comments

@skywinder
Copy link
Contributor

skywinder commented May 25, 2019

  • Need help with building a light client?
  • How to write a smart contract?
  • How to deploy it?
  • How to use the faucet for test Gram's?

Feel free to ask everything below!

@skywinder skywinder pinned this issue Jun 2, 2019
@hisac
Copy link

hisac commented Jun 3, 2019

I was able to compile the ton lite client on OSX High Sierra. The test client works fine but a the time I want to create a new wallet I get this error:
$ crypto/fift new-wallet.fif
[ 1][t 0][1559536592.549882889][fift-main.cpp:147] Error interpreting standard preamble file Fift.fif: cannot locate file Fift.fif
Check that correct include path is set by -I or by FIFTPATH environment variable, or disable standard preamble by -n.

If I do $ crypto/fift -n by itself fift works, I know it was compiled correctly.
I see Is a PATH related issue, tried different things but no luck.

@skywinder skywinder changed the title Your explainer proposals/request should be here ⤵️ Put your proposals / feature requests here ⤵️ Jun 26, 2019
@morandalex
Copy link

I had the same issue . I solved giving the right path of the fift and asm library.

./crypto/fift ( from te build folder )
-I/no/build/directory/but/lite/client/directory/crypto/fift/lib
file that you want to compile

example
home/user/build$ sudo ./crypto/fift -I/home/user/lite-client/crypto/fift/lib new-wallet.fif

@skywinder
Copy link
Contributor Author

@morandalex which version of client are you using? Consider updating from https://github.com/ton-blockchain/ton/

@hisac I miss your comment, if it's still actual, please make a separate issue for that. I will try to help with this

@skywinder
Copy link
Contributor Author

Closing this issue, since there is a lot of new information comes from the official ton group.
Please, add all the future references to https://github.com/copperbits/awesome-ton

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants