Giter Site home page Giter Site logo

fossil's Introduction

WIP of Fossil to Cairo 1

References

The repo structure and files organisation will be reviewed once all the components will be implemented

Testing

  1. Start Anvil in a new terminal with the command anvil.

  2. Install dependencies:

     dojoup -v 0.7.0-alpha.4
    cd ethereum
    forge soldeer install forge-std~1.8.2
  3. Build the project and set up environment variables:

    cd starknet
    scarb build
    source katana/katana.env
  4. I a New Terminal Start the Katana StarkNet node:

    katana --messaging anvil.messaging.json --disable-fee 
  5. In a New Terminal Declare the Cairo contracts:

    cd starknet
    katana/declare.sh
  6. Deploy the Cairo contracts:

    katana/deploy.sh
  7. Set up local Ethereum testing:

    cd ../ethereum
    cp anvil.env .env
    source .env
    forge script script/LocalTesting.s.sol:LocalSetup --broadcast --rpc-url ${ETH_RPC_URL} 
  8. Send a message:

    forge script script/SendMessage.s.sol:Value --broadcast --rpc-url ${ETH_RPC_URL}

fossil's People

Contributors

ametel01 avatar sqrlfirst avatar hakymulla avatar tkstanczak 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.