Skip to content

serg-plusplus/minorio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Minorio ൿ

image

Idea

The target idea already in progress, to check the current status of the project - navigate to the main branch. 🧝

Background

The project was created through zkIgnite Cohort 0.

Wallet

To perform this ZKApp please install Auro Wallet Browser extension and topup your balance with Berkeley Faucet.

Start local

Install dependencies (both in contracts/ and ui/ dir).

npm i --prefix ./contracts; npm i --prefix ./ui;

Build contracts.

npm run build --prefix ./contracts

Run the ZKApp!

npm run dev --prefix ./ui

Apple Silicon M1 processor

Since SnarkyJS uses multithreading in the browser, there is an issue with M1 processors. If you have such a device - run a command below. This will speed up the execution of the program.

npm run patch-m1 --prefix ./ui

Changelog

[5] Create patch fix for Apple Silicon M1.

[4] Create a general README with info on how to run locally etc.

[3] Rename project to Minorio:)

[2] Complete Mina ZKApp Tutorials 1 – 4.

[1] Create sample project zk project spark-add --ui next.

Challenges

TODO