Skip to content

uuosio/as-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build

yarn
yarn build

Testing

First, you need to install ipyeos.

python3 -m pip install -U ipyeos

Then run the test server:

eosdebugger

Also, you can run eosdebugger in a docker container.

First, pull the docker image:

docker pull ghcr.io/uuosio/ipyeos:latest

Run eosdebugger in a docker container:

docker run -it --rm -p 9090:9090 -p 9092:9092 -p 9093:9093 -t ghcr.io/uuosio/ipyeos

Finally, run the test:

yarn test

Remove Experimental decorators warning in TypeScript compilation

See Experimental decorators warning in TypeScript compilation

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published