Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 1.97 KB

README.md

File metadata and controls

46 lines (30 loc) · 1.97 KB

#* contracts : Directory for Solidity contracts.

  • test : Directory for test suites of the smart contracts.
  • truffle-config.js : Truffle configuration file. BORA Ecosystem Smart Contract

This repository is a collection of files containing the BORA token Solidity file, as well as various scripts that can be utilized to test the BORA contract. If you want to read more about the BORA Ecosystem, please take a look at our official project website.

Testing

If you want to verify the BORA token contract using the test code in this repository, installation of caver-js library will be required. You must also register and log into the KAS API console to receive your KAS credentials (namely the access key ID as well as the secret access key). After that, you must configure the kasConfig and walletConfig variable in test/deploy.js file

Installation of Testing Tools

Running test suites require NPM (version v8.9.4 or later).

# 1. Installation
cd PATH-TO-CODE
npm install
# 2. Testing
cd PATH-TO-CODE

npm run test

Overview of Directories

  • contracts : Directory for Solidity contracts.
  • test : Directory for test suites of the smart contracts.
  • truffle-config.js : Truffle configuration file.

The bytecode included in /contracts/BoraToken_klaytn_bytecode.txt was obtained by compiling the project with Truffle. Using a different tool to compile the source code could result in a different bytecode value.

Relevant URLs for Tools

License and Intellectual Property included in this Contracts

Code released under the MIT License.

BORA Ecosystem Token Contract and test suites include code from OpenZeppelin under the MIT license.