Coder Social home page Coder Social logo

patractlabs / jupiter Goto Github PK

View Code? Open in Web Editor NEW
55.0 3.0 8.0 23.82 MB

Wasm smart contract networks powered by Substrate FRAME Contracts pallet in Polkadot ecosystem.

Makefile 0.39% Rust 99.23% Shell 0.38%
substrate smart-contracts ink pallet-contracts frame-contracts-pallet wasm patract polkadot

jupiter's People

Contributors

99kies avatar atenjin avatar clearloop avatar jnhua avatar koushiro avatar tylerztl avatar yuelipeng avatar zqhxuyuan avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

jupiter's Issues

Use option as output in runtime interfaces

Desc

The design of the runtime interfaces in substrate supports Result, for example

#[runtime_interfaces]
pub trait ZkSnarks {
    fn altbn_128_mul(input: &[u8]) -> Option<[u8;64]>;
    fn altbn_128_add(input: &[u8]) -> Option<[u8;64]>;
    fn atbn_pairing(input: &[u8]) -> bool;
}

How to test contract with remote node?

I want to debug some ink-contracts with jupiter node.
My jupiter node run in a romote machine, how connect it?

I try to connect it use https://polkadot.js.org/apps/, the config is:
图片
The error in node console is:
图片

I had tried the all ways to run jupiter node:
./jupiter-prep --chain=jupiter-poa --name=test --pruning=archive --execution=NativeElseWasm
./jupiter-prep --dev --execution=NativeElseWasm -d .sub
./jupiter-prep --chain=jupiter-poa-local --alice --execution=NativeElseWasm -d .sub
./jupiter-dev --dev -d .sub --execution=Native

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.