GitXplorerGitXplorer
p

smart-contract-tests

public
0 stars
0 forks
0 issues

Commits

List of commits on branch main.
Unverified
84c6f81a0d8b6a3a61721fbc47b74949c0d157bd

update test check

ppheeel committed 2 years ago
Unverified
6df7207a1bb5aa24ae74284a604e3c54b682ca04

debug

ppheeel committed 2 years ago
Unverified
b9fff979471f4e73a42c0711b061e66c2ad6e29f

debug

ppheeel committed 2 years ago
Unverified
faa8c40fc2d0418db6a5bd456a1d87c9ac1525d0

debug

ppheeel committed 2 years ago
Unverified
1ad49f3de78d174c2f887d65d42be35a73607ca0

debug

ppheeel committed 2 years ago
Unverified
4c64c1a79f754bebc01f8ded016753a0e210c30e

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.