Truffle
Truffle is a world class development environment, testing framework and asset pipeline for blockchains using the Ethereum Virtual Machine (EVM), aiming to make life as a developer easier.
Check out Truffle for installation details and an overview.
Truffle Configuration for Lycan
Update the configuration file with the changes shown below for Lycan Chain, providing examples for JavaScript.
Make sure you have the HDWalletProvider
package installed by running:
Compile your contract
Deploy your contract
View your deployed contract on any of the explorers.
Last updated