This is a boilerplate to easily get started with Sophia Smart Contract development using aeproject.
You can simply use this template to start your own Smart Contract project by forking it. You can then choose between:
- Cloning the repo and running it locally on your machine
- Use "Open in Gitpod" (note: adjust the repository URL in the README after forking the repo!)
- This will automatically execute
aeproject env
to spawn the local development environment - By executing
aeproject test
ornpm run test
you can execute the default test localted under./test/exampleTest.js
- This will automatically execute