smart-contracts
Here are 4,017 public repositories matching this topic...
-
Updated
Dec 13, 2021 - JavaScript
-
Updated
Dec 12, 2021 - HTML
Related to metering wasm3/wasm3#127 and being able to run a set number of instructions, I'd like to be able to serialize a paused interpreter's state and deserialize it to a new interpreter instance; very roughly,
const interp = new wasm3.Interpreter(module);
interp.interpretNInstructions(100);
const interpState = interp.serializeState();
const interp2 = wasm3.In
-
Updated
Nov 27, 2021
-
Updated
Dec 17, 2021 - Java
-
Updated
Aug 16, 2021 - JavaScript
-
Updated
Dec 8, 2021
-
Updated
Nov 1, 2021
const myContract = await ethers.getContractAt("MyContract", addr); should fail if addr does not belong to a contract.
-
Updated
Dec 15, 2021 - Python
-
Updated
Dec 3, 2021
-
Updated
Dec 10, 2021 - TypeScript
-
Updated
Dec 10, 2021
-
Updated
Aug 15, 2018 - Go
-
Updated
Dec 17, 2021 - TypeScript
-
Updated
May 20, 2019
-
Updated
Dec 20, 2021 - Haskell
-
Updated
Jun 11, 2021 - Python
Any reasons for sticking to 2018?
-
Updated
Dec 20, 2021 - Scala
-
Updated
Mar 2, 2021 - JavaScript
-
Updated
Nov 7, 2021 - Go
-
Updated
Dec 20, 2021 - Erlang
-
Updated
Oct 12, 2021 - JavaScript
Add an example to load file from a directory along with https://remix-ide.readthedocs.io/en/latest/locations.html#load-one-of-the-default-remix-files
Lua SC support
Each contract has its own Lua stack.
To advance over several events, use coroutines.
-
Updated
Nov 30, 2021 - TypeScript
We can safely disallow any use of solc below 0.4.25.
Improve this page
Add a description, image, and links to the smart-contracts topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the smart-contracts topic, visit your repo's landing page and select "manage topics."
Issue
The default recommended configuration for mainnet is not provided in
truffle-config, so it leads to misconfiguration.I used the old style configuration parameter, gas/gasprice, which works fine for both the local