- Get the example package
example.tar.gz
fromtests/test_files
, extract to some totally unrelated folder - Make sure you have everything ready for Aztec development
- Try to compile the example with
aztec-nargo compile
. See that if fails miserably because of missing dependencies - Create an empty folder somewhere for running a local server to act as your package repository
- Copy the package
packages
fromtests/test_files
to your empty folder - Extract the package:
tar -xvf packages
- Start a local HTTP server from that folder, for example with
python3 -m http.server 8888
- Compile this tool:
cargo build --release
- Copy the binary
noir-libs
fromtarget/release
folder into your example folder - In your example folder, start adding the needed dependencies:
./noir-libs add [email protected]
./noir-libs add [email protected]
./noir-libs add [email protected]
- Compile again with
aztec-nargo compile
-
Notifications
You must be signed in to change notification settings - Fork 0
walnuthq/noir-libs
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published