This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--| this is a test to save a file |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import qualified Data.Text as T | |
import Playground.Contract | |
import Plutus.Contract | |
import PlutusTx.Prelude | |
import qualified Prelude as Haskell | |
--|Second test for making simple contract | |
-- | The address of the contract (the hash of its validator script). | |
contractAddress :: Address |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"valueParameterInfo":[],"slotParameterDescriptions":[],"roleDescriptions":[],"contractType":"O","contractShortDescription":"","contractName":"","contractLongDescription":"","choiceInfo":[]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from example_test import ExampleTest, BaseNode | |
from test_framework.test_framework import BitcoinTestFramework | |
ET = ExampleTest() | |
ET.set_test_params() | |
ET.num_nodes = 3 | |
ET.setup() | |
ET.run_test() | |
ET.shutdown() |