KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
codechain-web-wallet
★ 20
Open GitHub ↗
CodeChain Web Wallet
Download README (.md)
Explore Similar Repositories
CodeChain
:
Official code for the paper "CodeChain: Towards Modular Code Generation Through Chain of Self-revisions with Representative Sub-modules"
codechain-sdk-js
:
CodeChain JavaScript SDK
codechain-indexer
:
A blockchain data indexing tool for CodeChain
codechain-faucet
:
CodeChain testnet faucet
codechain-keystore-cli
:
A command line key management tool for CodeChain
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
codechain-web-wallet
?
Download (.md)
# CodeChain Wallet [](https://travis-ci.org/CodeChain-io/codechain-web-wallet) CodeChain wallet is a simple, easy to use, an open-source tool for managing assets on the CodeChain system. ## Before start ### Dependency - Get [CodeChain-indexer](https://github.com/CodeChain-io/codechain-indexer) Ready for indexing block data and running the API server ## Available Scripts In the project directory, you can run: ### `npm start` Runs the app in the development mode.<br> Open [http://localhost:3000](http://localhost:3000) to view it in the browser. The page will reload if you make edits.<br> You will also see any lint errors in the console. ### `npm test` Launches the test runner in the interactive watch mode.<br> ### `npm run build` Builds the app for production to the `build` folder.<br> It correctly bundles React in production mode and optimizes the build for the best performance. The build is minified and the filenames include the hashes.<br> Your app is ready to be deployed! ## Supported Browsers By default, the generated project uses the latest version of React. You can refer [to the React documentation](https://reactjs.org/docs/react-dom.html#browser-support) for more information about supported browsers. ## How to publish Run `bin/publish_to_ghpages.sh`.