Skip to content

Commit

Permalink
Updated docs to use the proper RariMe name casing (#6)
Browse files Browse the repository at this point in the history
* Fixed naming

* updated snap manifest

* Updated changelog
  • Loading branch information
ihordiachenko authored Sep 16, 2023
1 parent 028a8d0 commit 77e2503
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 13 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Fixed

- RariMe casing in the docs and meta-descriptions.

### Changed

- Updated the snap description.

## [0.3.1] - 2023-09-14
### Added
- `@rarimo/rarime`: preversion hook in package.json
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
<p align="center">
<img src="https://github.com/rarimo/rarime/blob/6efa918aeb21d7c5e154e20b048754f417ce0f16/packages/snap/images/icon.svg" alt="Rarime logo" width="240"/>
<img src="https://github.com/rarimo/rarime/blob/6efa918aeb21d7c5e154e20b048754f417ce0f16/packages/snap/images/icon.svg" alt="RariMe logo" width="240"/>
</p>





# Rarime
# RariMe
![npm](https://img.shields.io/npm/v/%40rarimo%2Frarime)
![npm](https://img.shields.io/npm/dm/%40rarimo%2Frarime)

Rarime is a MetaMask Snap that safely holds any of your credentials and allows you to prove your identity without revealing any personal data. Powered by Rarimo Protocol and Zero-Knowledge Proof technology.
RariMe is a MetaMask Snap that safely holds any of your credentials and allows you to prove your identity without revealing any personal data. Powered by Rarimo Protocol and Zero-Knowledge Proof technology.

## Security

Rarime is fully audited. Check out the reports [here](./audits/).
RariMe is fully audited. Check out the reports [here](./audits/).

## Changelog

Expand Down
4 changes: 2 additions & 2 deletions packages/connector/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Rarime Connector
# RariMe Connector

Rarime connector is used to install snap and exposes methods for calling snap on dApps and other applications.
RariMe connector is used to install snap and exposes methods for calling snap on dApps and other applications.

## Usage

Expand Down
2 changes: 1 addition & 1 deletion packages/connector/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@rarimo/rarime-connector",
"version": "0.3.1",
"description": "Facilitates interaction between a DApp and Rarime MetaMask snap",
"description": "Facilitates interaction between a DApp and RariMe MetaMask snap",
"repository": {
"type": "git",
"url": "https://github.com/rarimo/rarime.git"
Expand Down
4 changes: 2 additions & 2 deletions packages/snap/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Rarime
# RariMe

Rarime is a MetaMask Snap that safely holds any of your credentials and allows you to prove your identity without revealing any personal data. Powered by Rarimo Protocol and Zero-Knowledge Proof technology.
RariMe is a MetaMask Snap that safely holds any of your credentials and allows you to prove your identity without revealing any personal data. Powered by Rarimo Protocol and Zero-Knowledge Proof technology.

## Methods
### Create an identity
Expand Down
2 changes: 1 addition & 1 deletion packages/snap/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@rarimo/rarime",
"version": "0.3.1",
"description": "Rarime is a MetaMask Snap that safely holds any of your credentials and allows you to prove your identity without revealing any personal data. Powered by Rarimo Protocol and Zero-Knowledge Proof technology.",
"description": "RariMe is a MetaMask Snap that safely holds any of your credentials and allows you to prove your identity without revealing any personal data. Powered by Rarimo Protocol and Zero-Knowledge Proof technology.",
"repository": {
"type": "git",
"url": "https://github.com/rarimo/rarime.git"
Expand Down
6 changes: 3 additions & 3 deletions packages/snap/snap.manifest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"version": "0.3.1",
"description": "Rarime is a MetaMask Snap that safely holds any of your credentials and allows you to prove your identity without revealing any personal data. Powered by Rarimo Protocol and Zero-Knowledge Proof technology.",
"proposedName": "Rarime",
"description": "Securely store and manage all of your identity credentials. Use them across chains with ZK-protected privacy guarantees.",
"proposedName": "RariMe",
"repository": {
"type": "git",
"url": "https://github.com/rarimo/rarime.git"
},
"source": {
"shasum": "OEBh59cxNso5PO3CrBzhAzRjBrUZrkcwFd5bCn3fEiM=",
"shasum": "JOwIPoNgRgbSsAGqE3f84DYLgbaE90qKWI/jDDO+iuI=",
"location": {
"npm": {
"filePath": "dist/bundle.js",
Expand Down

0 comments on commit 77e2503

Please sign in to comment.