-
Notifications
You must be signed in to change notification settings - Fork 9
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
The .env file #99
Comments
I always work in a devcontainer. You can see the general approach I use here https://rust-on-nails.com/docs/ide-setup/dev-env-as-code/ Once the container is running I have access to some aliases see https://github.com/purton-tech/barricade/blob/master/.devcontainer/aliases.bash So I either run
Do you mean the crates in the crates folder? |
@ianpurton
I'm a bit confused about I'm trying to build a standalone API server which will be processing requests/responses from a standalone webassembly client. |
Are you building an end to end encrypted application? If you're not, then kdf and wrap might not be relevant. |
Hi,
Can you please share your
.env
file ?I'm trying to replicate your examples but got stuck in the middle.
I will be grateful if you can add some workflow about the functionality of each modules as well I can't find an attached docs.
The text was updated successfully, but these errors were encountered: