Skip to content

chendatony31/framework

 
 

Repository files navigation

Wallet Test Framework

blog

Usage

Optionally, you can configure npm to install without superuser permissions.

# Install the server
npm install -g @wallet-test-framework/framework

# Run the server
wtfd

Development

Building

To install the dependencies:

npm install --include=dev

To compile the TypeScript into JavaScript and create the relevant bundles:

npm run build

Linting

Before creating a pull request, please make sure to run:

npm test

Running

After building, you can run the web server with:

node dist/server/index.js

About

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 78.7%
  • HTML 16.2%
  • JavaScript 4.4%
  • Solidity 0.7%