-
Notifications
You must be signed in to change notification settings - Fork 1
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
Offchain implementation of SmartToken contracts #13
base: main
Are you sure you want to change the base?
Conversation
We can use the following pattern when implementing the REST endpoints
This is pretty similar to how we do it for user-facing transactions in Djed, and that way we don't actually submit any transactions from the backend, we can leave all this to the frontend (adding sigs and sending to network). |
…oc into amir/api-endpoints
…oc into amir/api-endpoints
1faadd1
to
e9b49c3
Compare
@amirmrad I reworked the "Env" file a little, mainly to make it easier to add environments to the overall I'm trying to keep the server endpoints as small as possible. They should just set up the |
01420e2
to
e790d33
Compare
No description provided.