Skip to content

ericbutz/fiosandbox-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fiosdk_typescript_test

Javascript tests of FIO Protocol using Typescript SDK.

1. Clone the fio.test repo and install the base modules.

git clone http://github.com/dapixio/fio.test --recursive
cd fio.test
npm install  

2. Install the target version of fiosdk_typescript. The following list some examples:

\\ Install the most recent version of the published sdk
npm install @fioprotocol/fiosdk 

\\ Install a specific version of the published sdk
npm install @fioprotocol/[email protected] 

\\ Install the develop branch of fiosdk_typescript
npm install fioprotocol/fiosdk_typescript#develop 

3. Update config.js parameters for your environment

4. Run the test

npm test

About

Sandbox for JS scripts accessing FIO Protocol

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published