Usage
- Clone this repository (skip this step if the repo is on your local machine). The default branch is fine.
git clone https://github.com/AFBlockchain/cordapp-template-kotlin
- Rename the project
mv cordapp-template-kotlin $PROJECT_NAME
cd $PROJECT_NAME
- Re-initialize git repository
rm -rf .git
git init
-
Refactor source code packages. If you are using IntelliJ, check here.
-
Start coding :)