GitXplorerGitXplorer
p

smart-contract-tests

public
0 stars
0 forks
0 issues

Commits

List of commits on branch main.
Unverified
f7b294e1661ac3319325ab269db1fc363e805b4f

debug

ppheeel committed 2 years ago
Unverified
3f189c5a316af485dcf37daed78efb8a56e6c3a4

debug

ppheeel committed 2 years ago
Unverified
bcb2b21bb7489771469fa0fca61c76f415e428ca

debug

ppheeel committed 2 years ago
Unverified
4289aec8cd4e4e80e2f601af187320c90a0ba18d

debug

ppheeel committed 2 years ago
Unverified
7c75c4b86caf32f4141af5ddcfefe36f523664f3

debug

ppheeel committed 2 years ago
Unverified
c9669371dc87d7aa348a770b6f8a72459767c48c

debug

ppheeel committed 2 years ago

README

The README file for this repository.

CI

smart-contract-tests

How to run locally

Build the frontend image:

$ docker pull evercoinx/faraway:nft-collection-deployer-frontend
$ docker run -p 3000:3000 <Frontend Image ID>   

Build the backend image:

$ docker pull evercoinx/faraway:nft-collection-deployer-backend
$ docker run -p 4000:4000 <Backend Image ID>   

Run Tests:

$ npm run test

How to run in CI

Go to GitHub Action and trigger the job manually.

NOTE: The job doesn't work due to the missing specific setup on CI or problem with Metamask detection from the client side. The logs show that the app cannot trigger Metamask to connect.

Additional note

Tests may fail due to non-isolated environment - the smartcontract can be triggered by other users causing changes in the app.