truffle
Here are 1,984 public repositories matching this topic...
Personal blockchain for Ethereum development
-
Updated
Mar 15, 2022 - JavaScript
Source code for Eat The Blocks, a screencast for Ethereum Dapp Developers
-
Updated
Jun 3, 2022 - JavaScript
A high performance implementation of the Ruby programming language, built on GraalVM.
-
Updated
Jul 9, 2022 - Ruby
I have some contracts using a library structure data storage, compiled using an older version of Solidity, but which throw an error asking me to make a report here.
In the libraryType.sol contract I have something like this:
library PersonLib {
struct Data {
bool isActive;
bytes hashOfData;
string handle;
}
function handle(Data storThe contents of this repository will help you launch a career in Blockchain development. How to deploy Smart contracts on Ethereum, build DApps, DeFi, DAO, NFT and Token protocol.
-
Updated
Jul 4, 2022
Cryptographic javascript-functions for ethereum and tutorials to use them with web3js and solidity
-
Updated
Jul 2, 2022 - JavaScript
Ethereum on Tendermint using Cosmos-SDK!
-
Updated
Oct 7, 2020 - Go
.env
Hi, Patrick
Can you please only leave the .env.example file and delete the .env one?
Us newbies might end up leaving our mneumonic exposed, because .gitignore does not ignore files that are already there on github.
Thanks for all the top-notch teaching.
Gas usage per unit test. Average gas usage per method. A mocha reporter.
-
Updated
Apr 28, 2022 - JavaScript
A starter boilerplate for an Ethereum dapp using web3.js v1.0, truffle, react, and parity
-
Updated
Feb 8, 2018 - JavaScript
When a lot of data has been added, it might be annoying to find the data you want to refund/report. It would be good to have an easy way to search for the events.
Search params can be put into the customFilter function that is passed to handleAddedData.
Working with multiple block explorers, sometimes it would be great to just output the standard json, so it can be uploaded to verify manually.
My current work-around is to change the verify.js slightly, so it outputs the standard json (line 173)
...
const postQueries = {
apikey: options.apiKey,
module: 'contract',
action: 'verifysourcecode',
contractaddress: artifa
Truffle Flattener concats solidity files from Truffle and Buidler projects with all of their dependencies
-
Updated
Jun 17, 2022 - JavaScript
A set of reusable smart-contracts
-
Updated
Jun 27, 2022 - TypeScript
A curated list of awesome resources for Graal, GraalVM, Truffle and related topics
-
Updated
May 14, 2021 - Shell
Solidity gotchas, pitfalls, limitations, and idiosyncrasies.
-
Updated
Nov 30, 2020 - Solidity
When bailing out with an error, print where in source error occurred. We already set source section in ast visitor but do not print it in error cases.
Decide if early or lazy loading is better for graalphp.
- pro for eager: we may implement phpdoc semantics into parsing (types)
- however, new versions of php support type hints and dont have to rely on comments
- i think for now we lazy loa
See TODOs in ClipboardExtendedPlugin.java.
-
Updated
Aug 22, 2021 - JavaScript
Featured in Awesome Vue [https://github.com/vuejs/awesome-vue], a curated list maintained by vuejs of awesome things related to the Vue.js framework, and Awesome List [https://awesomelists.net/150-Vue.js/3863-Open+Source/18749-DOkwufulueze-eth-vue], this Truffle Box provides everything you need to quickly build Ethereum dApps that have authentication features with vue, including configuration for easy deployment to the Ropsten Network. It's also Gravatar-enabled. Connecting to a running Ganache blockchain network from Truffle is also possible -- for fast development and testing purposes. Built on Truffle 5 and Vue 3, eth-vue uses vuex for state management, vuex-persist for local storage of app state, and vue-router for routing. Authentication functionalities are handled by Smart Contracts running on the Ethereum blockchain.
-
Updated
Jun 1, 2022 - JavaScript
Sparkle Proof of Loyalty Contract
-
Updated
Mar 27, 2022 - JavaScript
Simplify Ethereum security analysis and testing
-
Updated
Jul 8, 2022 - Python
-
Updated
Nov 20, 2021 - JavaScript
Angular CLI + Truffle Starter Dapp; write, compile & deploy smart contracts on Ethereum blockchains
-
Updated
Apr 7, 2018 - TypeScript
Improve this page
Add a description, image, and links to the truffle topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the truffle topic, visit your repo's landing page and select "manage topics."

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.

Issue
Tests are not isolated from each other. I reproduced it using the metacoin box tutorial, adding a new test at the end that checks again the balance. As per the "clean-room" the first account should have all 10000 tokens. It's not.