0.1.2-alpha.2 • Published 5 years ago
@leovigna/solidity-starter v0.1.2-alpha.2
Solidity Starter Project
Solidity starter project.
Getting Started
Installing
Save storage with pnpm. You can also use regular NPM or Yarn.
pnpm installCloning
To clone this starter repo and add it as an upstream folow below:
git clone https://github.com/leovigna/solidity-starter.git myproject
cd myproject
git remote set-url origin git@github.com/leovigna/myproject.git
git remote add upstream https://github.com/leovigna/solidity-starter.git
git push origin master
git push --allThen to sync any new changes form this repo to the new repo follow these instructions.
git fetch upstream
git checkout master
git merge upstream/masterTesting
npm run testCodestyle
npm run lintContributing
To contribute code, feel free to fork this repo.
License
2020 Leo Vigna MIT License.
0.1.2-alpha.2
5 years ago
0.1.2-alpha.1
5 years ago