Skip to content

brunoamancio/IOTA-SC-TIP200

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IOTA smart contracts - TIP-200

This is a repository for myself but I welcome anyone interested in playing around with the current state of development of the IOTA Smart Contract Protocol (ISCP). Feel free to contact me on IOTA Foundation's discord server under Th3B0Y#8380.


Requirements

Set code up!

  • Use this template repository to create your own.
  • Open VSCode and a terminal in it (In the menu : Terminal > New Terminal)
  • In the terminal, clone your git repository:
git clone https://github.com/brunoamancio/IOTA-SC-TIP200.git && cd IOTA-SC-TIP200
  • In the terminal, initialize the wasp submodule with:
git submodule update --init --recursive -- smartcontract/rust/wasp
  • In the terminal, open your git repository on VSCode
code -r .
  • For Windows only, open file ".vscode/settings.json" and uncomment the setting "go.testFlags" entry "-buildmode=exe": Go.testFlags for Windows

Done! Now you can write your smart contract in smartcontract/rust, compile it, run and debug unit tests in tests/smartcontract/my_iota_smart_contract_test.go!


MIT License

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks