Skip to content
This repository has been archived by the owner on Feb 11, 2022. It is now read-only.

neighborhood999/smart-contract-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published