This repository serves as the implementation of simple storage contract with Rift framework which is discussed in Step-by-Step with Rift: Simple Storage Contract tutorial. It includes all steps of development, testing, and deployment.
To build the project, run the following command:
rift build storage
To run tests, use the following command:
rift test storage
To deploy, use the following command:
rift deploy storage --network=test-net # or main-net