UNPKG

secret-polar-reworks

Version:

Polar is a development environment to compile, deploy, test, run scrt contracts on different networks.

25 lines (16 loc) 400 B
# Src This template consists of initialization, compilation and deployment modules. ### Initialize a project ```bash polar init <project-name> ``` This will create a directory <project-name> inside current directory with boiler-plate code. ## Compile the project Go to project directory: ```bash cd <project-name> ``` Compile the project and generate `.wasm` files: ```bash polar compile ```