conference icon indicating copy to clipboard operation
conference copied to clipboard

A simple Ethereum smart contract + DApp example

Results 29 conference issues
Sort by recently updated
recently updated
newest added

I am having a compile error when running truffle compile (latest node, python 2.7, all according to instructions): Migrations.sol:7:3: Error: Expected token Semicolon got 'RBrace' ➜ app git:(master) truffle compile...

This project template is set up in Board View with columns and three Asana-created custom fields to help you track your team’s sprint plans. Most teams make projects at the...

This is an example task for you to see how a “real” task in this project works. Goal: Based on research, we’ve found the top 3 blockers to using calendar...

there is beer in the fridge

root@vagrant:/home/vagrant/conference# npm install -g truffle ... /usr/local/bin/truffle -> /usr/local/lib/node_modules/truffle/truffle.bash /usr/local/bin/truffle-exec -> /usr/local/lib/node_modules/truffle/truffle-exec.bash [email protected] /usr/local/lib/node_modules/truffle ├── [email protected] ├── [email protected] ├── [email protected] ├── [email protected] ├── [email protected] ([email protected]) ├── [email protected] ([email protected]) ├── [email protected]...

So that `truffle deploy` runs. Thanks for the tutorial @eshon Very helpful in getting me started with truffle.

![truffle](https://cloud.githubusercontent.com/assets/12152939/17003418/8cb3ba00-4ed8-11e6-8b96-22d0b9af59b3.png) I am trying to follow the tutorial you posted on Medium. You linked this repo. The third-step for deploying a smart contract is `add the contract name to "contracts"...

Hi, Thanks for upgrade to truffle version 2.0.4, I have copied the latest version of your code and 'truffle compile' 'truffle migrate' 'truffle test' are all working properly, but only...