Skip to content
 
 

Latest commit

 

History

19 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prepare the project

For windows wsl2 .sh file might need dos2unix format

$ sudo apt-get install dos2unix

Build the project

cargo build --release

To install

This will install and clone the polkadot-sdk repository if the folder did not exist

$ dot install 

Sart a template node

After dot install you can start a development node with template option

  1. minimal template
  2. parachain template
  3. solocahin template

To run a template node $ dot run {template} This build and start a node in development environment

$ dot run solochain

Install the omni-node via polkadot sdk

This will check if polkadot-sdk is available in your directory and build the omni-node template. a binary file will be generated under nodes/polkadot-omni-node

$ dot add omni-node

To configure your omni node you must specify your chan spec in script/omni-node.sh

For windows wsl2 sh /bin/bash^M: bad interpreter: No such file or directory is encountered run the following command to remove the ^M

$ dos2unix ./script/omni-node.sh

Start the omni-node

$ dot run omni-node 

About

Will spin up Polkadot Solidity development environment locally.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages