warp
warp copied to clipboard
An implementation of the Arweave SmartWeave smart contracts protocol.
Couldn't create an issue over at https://github.com/redstone-finance/redstone-isomorphic so creating it here. I'm trying to build our node typescript project and we're receiving this error due to `redstone-isomorphic` not having typescript...
A dedicated CLI needs to be created - as a way of reducing the entry barrier and further enhancing the DX. The development should be splitted into phases: 1. Phase...
Raised by @jakub-wojciechowski during the Dex development (https://github.com/warp-contracts/wrc/tree/dex). Currently errors have to be handled manually in the contract's code (checking the result.type from the `SmartWeave.contracts.write` and throwing ContractError if it...
Hey, I was reading through the [warp-contracts](https://www.npmjs.com/package/warp-contracts) NPM package readme and I've noticed that multiple images and hyperlinks are broken. To be exact, images of state evaluation diagram, warp transaction...
https://github.com/warp-contracts/warp/issues/135
https://github.com/warp-contracts/warp/issues/135
introduce https://github.com/laverdet/isolated-vm for executing js/ts smart contracts - as a replacement for VM2 Related to https://github.com/warp-contracts/warp/issues/164
Contract `C_TX_2` makes an internal write on contract `C_TX_1` at interaction I(n). 1. Evaluator loads the state of the `C_TX_1` up to internal write interaction I(n) 2. I(n) is an...
Consider a case where we have 2 contracts 1. a "token" contract 2. a "staking" contracts - that can stake tokens on the token contract After setting proper allowance for...
Requires https://github.com/warp-contracts/gateway/issues/89