Giter Site home page Giter Site logo

fondu's People

Contributors

avr6ude avatar backmeupplz avatar dbaik avatar gaserd avatar philippgille avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

fondu's Issues

Bash deploy.sh

Hello there, i was currently making my smart contract on my ethereum network and got this error
deploy.sh: 11: Syntax error: "(" unexpected


# Get options
testrpc=true
staging=false
release=false
dry=false

PS3="What blockchain would you like to deploy to?
"
options=("Local blockchain (testrpc)" "Ethereum testnet" "Ethereum mainnet" "Dry run (no deploy)")

Tools installed by the deployment script don't work with the generated files

deploy.sh does for example npm install -g truffle, which installs the latest truffle version. But the latest truffle version comes with a newer web3 version than the one used in the createRealAccount.js for example.
Or the contracts are for Solidity 0.4.24, but the installed solc is 0.5.something.

You should either run your tools with freshly generated contracts (generated by fondu.io), check what works and what doesn't and change everything so it works again.
Or make all scripts and configs so that they use a fixed version that will also work in a year, even if it's not the latest version in a year anymore (for example, with truffle-config.js containing the following, solc 0.4.24 will be used by default:

compilers: {
    solc: {
      version: "0.4.24"
    }
},

)

Newbie question

Hi,

is Fondu can be used/modified to make smartcontract with my own blockchain?

Thanks

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.