Skip to content

Commit

Permalink
📝 add deployment commands
Browse files Browse the repository at this point in the history
  • Loading branch information
tekkac committed Dec 22, 2023
1 parent fa1e7e6 commit 56fde34
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@

## About

This repository contains all the relevants ressource to sotre and generate Carbonable metadata assets.
This repository contains all the relevants assets for on-chain generation of Carbonable metadata.

## Project setup

### 📦 Requirements

- [scarb](https://docs.swmansion.com/scarb/download.html#install-via-asdf)
- [scarb 0.7.0](https://docs.swmansion.com/scarb/download.html#install-via-asdf)

### ⛏️ Compile

Expand All @@ -33,6 +33,14 @@ scarb build
scarb test
```

## 📚 Deployment

Instructions for deployment

1. Declare the Metadata implementations: `bash scripts/declare_contracts.sh`
2. Declare the components: `bash scripts/deploy_components.sh` (stop before the 1 minute pause)
3. Deploy and configure the provider: `bash scripts/deploy_components.sh`

## 📄 License

This project is released under the Apache license.

0 comments on commit 56fde34

Please sign in to comment.