Replies: 2 comments 4 replies
-
@itegulov have we thought about how an ABI might work with JS contracts? |
Beta Was this translation helpful? Give feedback.
2 replies
-
@BenKurrek I agree with you 100%. If we will stick to the enslaved design - we need to add more APIs to NAJ. Something similar to the new |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Have you thought about the differences between integration using JS vs. Rust and AS? I think one of the beautiful things about NEAR is that once I deploy a smart contract, it doesn’t matter if it’s assembly script or rust. I could use the same frontend code whether it’s rust or assembly script. I think one of the painpoints for devs will be that given an arbitrary frontend (especially if they’re using our examples), they can’t just plug in any contract now. They would have to change the way the frontend is coded depending on if it’s rust / AS or JS due to the enclave approach.
Beta Was this translation helpful? Give feedback.
All reactions