Skip to content

Heezay/develop-smart-contracts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

develop-smart-contracts

Use the ink! programming language to build smart contracts that run on a Substrate-based blockchain

Interact with smart contract

  1. Update your Rust environment and install contract. Here!

  2. Go to one of smart contracts packages and build it:

cd erc20
cargo contract build --release 
  1. We need start a node. I used my pallet-collectibles crate. To start the node use:
cargo build --release 
# and then
./target/release/node-template --dev
  1. Open Contracts UI and follow guide to see how to deploy smart contract.

Developed along with Substrate tutorial

  1. Should get something similar

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages