Solidity starter project.
Save storage with pnpm. You can also use regular NPM or Yarn.
pnpm install
To clone this starter repo and add it as an upstream folow below:
git clone https://github.com/leovigna/skale-ws-test.git myproject
cd myproject
git remote set-url origin git@github.com/leovigna/myproject.git
git remote add upstream https://github.com/leovigna/skale-ws-test.git
git push origin master
git push --all
Then to sync any new changes form this repo to the new repo follow these instructions.
git fetch upstream
git checkout master
git merge upstream/master
npm run test
npm run lint
To contribute code, feel free to fork this repo.
2020 Leo Vigna MIT License.