Skip to content

CrypticDriver/iotube-contracts

 
 

Repository files navigation

iotube contracts

Develop

yarn
yarn test

Remix Connect

npm install -g @remix-project/remixd
remixd -s .  --remix-ide https://remix.ethereum.org

Deployment

export TUBE_ID=
export INIT_NONCE=
export SAFE=

yarn hardhat run scripts/000-deploy-base.ts

Add tokens edit scripts/ops/create-crosschain-token.ts then

yarn hardhat run scripts/ops/create-crosschain-token.ts

About

V6 ioTube Smart Contracts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Solidity 63.6%
  • TypeScript 36.4%