Skip to content

brianebert/ttss

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ttss

test @brianebert/tss

Install

  1. git clone https://github.com/brianebert/ttss.git && cd ttss

  2. Install tss using npm:

npm i
  1. You will need a pair of Stellar accounts for testing. If you have accounts of your own, make sure they have 2.5 XLM available to hold as minimum balance reserve in each account. TestTss will configure your accounts with messageing token offers, post public keys for people to encrypt messages, and an automated signing key.

If you don't have Stellar accounts available, type the line below into your shell to receive a pair of sponsored accounts you can use for testing. Each comes with 1/2 XLM with one uses for sending messages to the other. You can add XLM to either test account and use it to create private accounts for yourself using Stellar Laboratory or another tool. The test accounts will be swept up periodically to recover minimum balance reserves of the sponsoring account.

curl https://tryipfs.io/testAccounts > app.conf

The first time you call /testAccounts there is a delay before the server responds with your account numbers.

To use as a module in a Node.js project

  1. Run test scriot;
npm run test

        or

node testTss.js

To use in a browser with Webpack

  1. Run Webpack
npx webpack
  1. open index.html with a browser
file://<your ttss parent directory>/ttss/index.html

About

tests for tss

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published