Skip to content
 
 

Repository files navigation

AttenSys Contracts Setup

Follow the steps below to set up your local development environment, deploy contracts, and run tests.

Prerequisites

Ensure you have the following installed:

  • Node.js: Version v18.17.0
  • Starknet Devnet: Version 0.2.0
  • Snforge: Version 0.27.0

Installation

First, install the necessary dependencies by running:

npm install

Starting the Local Devnet

To start a local Starknet Devnet for contract testing, run:

npm run chain

Deploying Contracts Locally

After the devnet is up and running, deploy the contracts in a differnt terminal using:

npm run deploy

Running Tests

To test the smart contracts, execute the following command:

npm run test

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages