@scom/scom-gem-token-contract
v0.1.0
Published
Run the following command to install the dependencies: ```sh docker-compose up install ``` --- ## Deploying contracts #### 1. Run the following command to start a local server for the deployer application: ```sh docker-compose up deployer ``` #### 2. Open
Downloads
23
Readme
Installation
Run the following command to install the dependencies:
docker-compose up install
Deploying contracts
1. Run the following command to start a local server for the deployer application:
docker-compose up deployer
2. Open the application at http://127.0.0.1:8055/.
Contribution
Before committing your changes, please do the following steps:
1. Run the following command to re-compile the contracts:
docker-compose up build
2. Run the following command to go through all the test suites:
docker-compose up test