Skip to content

LTAND/filecoin-web-wallet-cn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Glif Wallet

The Glif Wallet is a Filecoin web wallet built with Next.js that allows you to:

  • send and receive Filecoin with your Ledger device
  • create test accounts to send small amounts of FIL
  • import accounts with seed phrases and private keys (SECURITY NOTICE: this is unsecure and is for testing and sending small amounts. If you need to recover an account, do it offline.)

Install

npm install
npm run dev

If you want to develop using the Ledger integration, follow these steps to get the Ledger app onto your device: (Note: only use Ledger devices meant for testing purposes)

  1. Download the latest zxtool.sh script for installing the app here.
  2. Run the file. zxtool.sh load

Versioning

Glif follows semantic versioning.

Version x.y.z:

  • When releasing critical bug fixes we make a patch release by changing the z number (e.g. 1.3.2 to 1.3.3).
  • When releasing new features or non-critical fixes, we make a minor release by changing the y number (e.g. 1.3.3 to 1.4.0).
  • When releasing breaking changes, we make a major release by changing the x number (e.g. 1.4.0 to 2.0.0).

Deploy

Our CI/CD pipeline continuously builds an openworklabs/filecoin-web-wallet docker image. The versioning of the docker image aligns with the package.json version of this repository. To deploy, simply run make VERSION=<version>. This will pull the docker image at <version> from DockerHub, stop and remove any filecoin-web-wallet docker container that's already running,and then re-run the newer image on port 80.

Filecoin modules

Here are a few modules that we've broken out.

About

fil-wallet

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages