neighborhood999 / smart-contract-boilerplate

🔨 Create smart contract for personal use.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Smart Contract Boilerplate

smart contract by Solidity

🔨 Create smart contract for personal use.

Installation

$ yarn install

Usage

Delete the local repository and initial:

$ rm -rf .git
$ git init

Change directory to the contracts folder and create your contract. Default has the Ownable and Migrations contract.

Test

Remove comment and update contract name in migrations/2_deploy_contract.js and create the contract test file in the test folder and running testrpc:

$ yarn run ganache

then:

$ yarn test

LICENSE

MIT © Peng Jie

About

🔨 Create smart contract for personal use.

License:MIT License


Languages

Language:JavaScript 66.3%Language:Solidity 33.7%