GithubHelp home page GithubHelp logo

isabella232 / pantheon-aztec-quickstart Goto Github PK

View Code? Open in Web Editor NEW

This project forked from consensys/pantheon-aztec-quickstart

0.0 0.0 0.0 239 KB

Examples of private transactions using AZTEC on a private Ethereum network

License: Apache License 2.0

JavaScript 100.00%

pantheon-aztec-quickstart's Introduction

pantheon-aztec-quickstart

Warning ๐Ÿšจ

This repository is now DEPRECATED.

dependencies

You need to install node, yarn and docker.

getting started

Please read:

run pantheon (dev mode)

We're going to run a single-node blockchain with mining enabled. More info here.

docker pull pegasyseng/pantheon:latest
docker run -p 8545:8545  pegasyseng/pantheon:latest --miner-enabled --miner-coinbase fe3b557e8fb62b89f4916b721be55ceb828dbd73 --rpc-http-cors-origins="all"  --rpc-http-enabled --network=dev

run our aztec demo

git clone [email protected]:pegasyseng/pantheon-aztec-quickstart.git
cd pantheon-aztec-quickstart
yarn install
yarn run zkasset-erc20
yarn run zkasset

misc

regenerate contracts/artifacts

The artifacts located in contracts/artifacts are produced by AZTEC/packages/protocol scripts. To re-generate them, run:

git clone [email protected]:AztecProtocol/AZTEC.git
cd AZTEC/packages/protocol
yarn install
yarn run compile
yarn run build:artifacts

Outputs the JSON artifacts for the contracts in AZTEC/packages/contract-artifacts/artifacts/

License

This project is licensed under the Apache 2 License - see the LICENSE file for details

pantheon-aztec-quickstart's People

Contributors

gbotrel avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.