sky-ring / simple-storage

Simple Storage Contract with Rift

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple Storage Contract with Rift

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.

Building the Project

To build the project, run the following command:

rift build storage

Testing

To run tests, use the following command:

rift test storage

Deployment

To deploy, use the following command:

rift deploy storage --network=test-net # or main-net

About

Simple Storage Contract with Rift


Languages

Language:Python 100.0%