BOX (Enterprise Token Safe Box) is an enterprise-level digital assets safe application that uses the axiomatic techniques in blockchain, cryptography and communications security to protect private keys and instructions. BOX, in principle, seeks to prevent the theft and tamper of private keys and instructions. More Information to see BOX Official Website and BOX White Paper。
-
Automatic and secure transfer of assets according to approval flow along with bookkeeping function
-
Self-managed cryptographic keys and shared permissions
-
Multi-Layers of security for private key, transaction instruction and communication
-
Compliance with multiple token standards, one private key controls multiple chains
-
Free and Open Source
- Make sure you install the prerequisites first.
- Generate certificate:
$ sh scripts/keys.sh
- Modify the configuration file
config.toml.example
to improve proxy server information and your MySQL configuration information. - Rewrite the file name
config.toml.example
toconfig.toml
. - Init your MySQL with the file
/db/box.sql
. - It would be best to modify the server mode from
debug
torelease
. - config wallet
- Modify the basic path file
path.yml
. - Config the wallet MySQL whith
config.yml
. - Modify the relevant files in the
local
directory to configure the full node.
- Modify the basic path file
- Get the Source Code
$ git clone git@gitlab.2se.com:boxproject/apiServer.git
- Build
$ make build
- Rebuild
$ make rebuild
- Start
$ ./apiServer start
Find more documentation for developers on API.md
Licensed under the Apache License, Version 2.0, Copyright 2018. bolaxy.org authors.
Copyright 2018. bolaxy.org authors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.