Skip to content

casper-network/web3-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

web3-demo

The purpose of this demo is to provide an example that shows integrating with wallets compatibile with the Casper Network - which is Signer Chrome Extension and Tor.us wallet.

Running

  1. Two env variables are required, so you can create .env file with them
NODE_URL=http://135.181.208.231:7777/rpc
NETWORK_NAME=casper-test
  1. Run make dev-build in the root directory.
  2. Run make dev-start in the root directory. This will start the project.
  3. Open localhost:8080 in the browser.

Future improvements

  • Currently tor.us wallet throws an error when trying to create a deploy containing ModuleBytes (eg. Install CEP47).
  • Add more comments in the code for clarification.
  • Add more deploy templates.
  • Improve the UI so it gives deploys preview.
  • Add a simple backend to show usage of EventStream.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published