All Projects → loomnetwork → weave-blueprint

loomnetwork / weave-blueprint

Licence: MIT license
Example Go Smart Contract project for Loom Blockchain

Programming Languages

go
31211 projects - #10 most used programming language
Makefile
30231 projects
shell
77523 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to weave-blueprint

solidity-contracts
📦 Resources for the Ethereum Smart Contract Development tutorial series.
Stars: ✭ 64 (+276.47%)
Mutual labels:  ethereum-dapp
ethereum-kit-ios
Comprehensive EVM SDK (ex: Ethereum, Binance Smart Chain) for iOS, implemented on Swift. Create wallets, watch wallets (read-only), sync transactions, filter transactions by type (erc20, bep20, swap transactions etc.), swap using native DEX protocols, easily extendable to work with custom smart contracts, and full support for EIP1159.
Stars: ✭ 148 (+770.59%)
Mutual labels:  ethereum-dapp
OpenComplaintNetwork
OCN is a public redressal system and open police complaint filing system on Blockchain.
Stars: ✭ 20 (+17.65%)
Mutual labels:  ethereum-dapp
ethereum-dapp-ipfs-node.js-mongodb
以太坊开发DApp实战教程——用区块链、星际文件系统(IPFS)、Node.js和MongoDB来构建电商平台
Stars: ✭ 46 (+170.59%)
Mutual labels:  ethereum-dapp
stow-box
Formerly Linnia-box Starter kit for stow protocols for building Decentralized React Apps
Stars: ✭ 15 (-11.76%)
Mutual labels:  ethereum-dapp
ProveIt
Implements proof of historical data possession on the Ethereum blockchain
Stars: ✭ 37 (+117.65%)
Mutual labels:  ethereum-dapp
NFT-Dapp-Boilerplate
A highly scalable NFT and DEFI boilerplate with pre added web3 and different wallets with a focus on performance and best practices
Stars: ✭ 51 (+200%)
Mutual labels:  ethereum-dapp
open-api
api.openfuture.io
Stars: ✭ 41 (+141.18%)
Mutual labels:  ethereum-dapp
DCLib
⚙️ DApp toolkit
Stars: ✭ 12 (-29.41%)
Mutual labels:  ethereum-dapp
eSportsETH
A decentralized eSports betting platform
Stars: ✭ 20 (+17.65%)
Mutual labels:  ethereum-dapp
dexpay-pos
Dexpay: POS, a modularized and extensible point of sale which enables Merchants to accept payments in ETH, DAI and xDAI.
Stars: ✭ 24 (+41.18%)
Mutual labels:  ethereum-dapp
web3scala
Scala library for integration with Ethereum clients
Stars: ✭ 24 (+41.18%)
Mutual labels:  ethereum-dapp
toshi-testnet-faucet
A simple testnet faucet as a Toshi app. Read some background here:
Stars: ✭ 14 (-17.65%)
Mutual labels:  ethereum-dapp
inkdrop-app
InkDrop
Stars: ✭ 18 (+5.88%)
Mutual labels:  ethereum-dapp
oracles-contract
New version of POA Network consensus contracts is here: https://github.com/poanetwork/poa-network-consensus-contracts
Stars: ✭ 25 (+47.06%)
Mutual labels:  ethereum-dapp
Contracts
All WiBX blockchain chain code
Stars: ✭ 20 (+17.65%)
Mutual labels:  ethereum-dapp
tvdapp
Blockchain DApp using React, Next.js and MobX
Stars: ✭ 66 (+288.24%)
Mutual labels:  ethereum-dapp
GameOfLife
The world's most expensive version of Conway's Game of Life - running on the Ethereum Blockchain
Stars: ✭ 72 (+323.53%)
Mutual labels:  ethereum-dapp
contracts
Contracts for FundRequest (platform, token, crowdsale)
Stars: ✭ 56 (+229.41%)
Mutual labels:  ethereum-dapp
poa-faucet
POA Network faucet
Stars: ✭ 39 (+129.41%)
Mutual labels:  ethereum-dapp

weave-blueprint Build Status

Sample Loom Blockchain project GO Language

For more info please checkout the docs page for the Loom SDK

To Build

export GOPATH=$GOPATH:`pwd`

make deps
make

To Run (Requires Loom Dappchain engine binary)

cd build
./loom init
cp ../genesis.example.json genesis.json
./loom run

After running loom, open new terminal tab and and blueprint as follows.

Generate private key

cd build
./blueprint genkey

this will generate private key file named "key" to be further

Create user account

./blueprint call create-acct -u <account-name> -k key

Set value for user

./blueprint call set -u <account-name> -v <any-integer> -k key

Get value for user

./blueprint call get -u <account-name> -k key
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].