avive / sol-starter

A basic modern truffle based solidity dev project with open-zeppelin integration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sol-starter

A basic modern truffle-based solidity smart contracts dev project with zeppelin contracts integration and with solc compiler 0.8.6.

Will save you 2 hours of your life when you want to get started with solidity smart contracts dev.

You are welcome.

Setup

  1. Ensure you are running NodeJS v8.9.4 or later
  2. Install Truffle Suite: npm install -g truffle
  3. Install Genanche
  4. Install deps (openzeppelin contracts): yarn install or npm install

Compile

truffle compile

Test

Make sure Genanche app is running.

truffle test

About

A basic modern truffle based solidity dev project with open-zeppelin integration

License:MIT License


Languages

Language:JavaScript 58.4%Language:Solidity 41.6%