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

Using "fs" to get ROSCA.sol prevents import on client side #167

Open
shine2lay opened this issue Jul 19, 2017 · 2 comments
Open

Using "fs" to get ROSCA.sol prevents import on client side #167

shine2lay opened this issue Jul 19, 2017 · 2 comments

Comments

@shine2lay
Copy link
Contributor

when the packaged is required in the client side, it either gives can't find 'fs' module.
using webpack won't properly compile either.

@shine2lay
Copy link
Contributor Author

@blorange

@blorange
Copy link

'fs' will not work on client side, so this module cannot run on a client side project. We should try to find some other way of importing the file if possible. Shop around and look for other Ethereum projects which have modules like this and see how they do it (if at all)

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

2 participants