All Projects → TrustBase → trustbase

TrustBase / trustbase

Licence: GPL-3.0 License
Smart Contract parachain interoperate with Polkadot and Ethereum

Programming Languages

rust
11053 projects
shell
77523 projects

Projects that are alternatives of or similar to trustbase

jupiter
Wasm smart contract networks powered by Substrate FRAME Contracts pallet in Polkadot ecosystem.
Stars: ✭ 49 (+122.73%)
Mutual labels:  smart-contracts, substrate, polkadot
substrate-tcr-ui
A react.js frontend for Substrate TCR runtime.
Stars: ✭ 14 (-36.36%)
Mutual labels:  substrate, polkadot
subsocial-node
NOTE: Development continues in https://github.com/dappforce/subsocial-parachain repo. Subsocial full node with Substrate/Polkadot pallets for decentralized communities: blogs, posts, comments, likes, reputation.
Stars: ✭ 73 (+231.82%)
Mutual labels:  substrate, polkadot
polkadot-apps
Fork of Polkadot.js Apps with Subsocial types.
Stars: ✭ 17 (-22.73%)
Mutual labels:  substrate, polkadot
digital-assets-association-poland
🐋 🐋 https://meetup.com/Silesia-Blockchain-Meetup 🐋 🐋
Stars: ✭ 14 (-36.36%)
Mutual labels:  substrate, polkadot
reef-chain
EVM compatible chain with NPoS/PoC consensus
Stars: ✭ 142 (+545.45%)
Mutual labels:  substrate, polkadot
crunch
Crunch is a command-line interface (CLI) and Matrix Bot to claim staking rewards every Era for Substrate-based chains
Stars: ✭ 34 (+54.55%)
Mutual labels:  substrate, polkadot
pallet-contracts-waterfall
Collection of simple Substrate smart contract examples written in Rust, AssemblyScript, Solang and the smart contract language ink! to test substrates pallet-contracts module
Stars: ✭ 28 (+27.27%)
Mutual labels:  smart-contracts, substrate
polkaswap-web
Polkaswap is a non-custodial, cross-chain AMM DEX protocol for swapping tokens based on Polkadot and Kusama relay chains, Polkadot and Kusama parachains, and blockchains directly connected via bridges. Polkaswap removes trusted intermediaries and provides the opportunity for faster trading.
Stars: ✭ 43 (+95.45%)
Mutual labels:  substrate, polkadot
rmrk-substrate
Nested, conditional & Multi-resourced NFTs.
Stars: ✭ 44 (+100%)
Mutual labels:  substrate, polkadot
nft-gallery
NFT Explorer 🗺 🧭 running on Kusama and Polkadot
Stars: ✭ 281 (+1177.27%)
Mutual labels:  substrate, polkadot
Astar
The dApp hub for blockchains of the future
Stars: ✭ 533 (+2322.73%)
Mutual labels:  substrate, polkadot
substrate-contracts-node
Minimal Substrate node configured for smart contracts via pallet-contracts.
Stars: ✭ 70 (+218.18%)
Mutual labels:  smart-contracts, substrate
substrate-graph
a compact graph indexer stack for parity substrate, polkadot, kusama
Stars: ✭ 28 (+27.27%)
Mutual labels:  substrate, polkadot
substrate-debug-kit
A collection of debug tools, scripts and libraries on top of substrate.
Stars: ✭ 96 (+336.36%)
Mutual labels:  substrate, polkadot
common
Utilities and base libraries for use across polkadot-js for Polkadot and Substrate. Includes base libraries, crypto helpers and cross-environment helpers. Full documentation & examples available.
Stars: ✭ 221 (+904.55%)
Mutual labels:  substrate, polkadot
polkascan-os
Polkascan Open Source
Stars: ✭ 52 (+136.36%)
Mutual labels:  substrate, polkadot
ares
Completely decentralized oracle protocol
Stars: ✭ 51 (+131.82%)
Mutual labels:  substrate, polkadot
polkawallet-flutter
Replace to: https://github.com/polkawallet-io/app
Stars: ✭ 107 (+386.36%)
Mutual labels:  substrate, polkadot
bittensor
Internet-scale Neural Networks
Stars: ✭ 97 (+340.91%)
Mutual labels:  substrate, polkadot

trustbase

License: GPL v3

trustbase client implementation for trustbase, a Substrate compatible chain for wasm smart contracts.

Setup Environment

Install all the required dependencies with a single command

curl https://getsubstrate.io -sSf | bash -s -- --fast

Build from source

Once the development environment is set up, build the trustbase client.

cargo build --release --locked

Usage

To run local dev node, do

cargo run --release -- --dev

To run local network, do

cargo run --release -- --chain local

To run trustbase testnet cc2, do

./target/release/trustbase --chain testnet

TrustBase network

This repo supports trustbase runtimes for trustcc2.

Connect to the trustcc1 network by running:

./target/release/trustbase
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].