0.1.4 • Published 8 months ago

@nilfoundation/smart-contracts v0.1.4

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
8 months ago

Table of Contents

Overview

This package contains the smart-contracts implementations of the =nil; network. The smart-contracts are written in Solidity and are used to deploy and interact with the =nil; network.

Installation

To install the package, run the following command:

npm install @nilfoundation/smart-contracts

Usage

To use the package, import the smart-contracts in your project:

import Wallet_compiled from '@nilfoundation/smart-contracts/artifacts/Wallet.json';
const wallet_bytecode = `0x${Wallet_compiled.evm.bytecode.object}`
pragma solidity ^0.8.0;

import "@nilfoundation/smart-contracts/contracts/Wallet.sol";

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgements

This project is supported by the NIL Foundation.

0.1.4

8 months ago

0.1.3

9 months ago

0.1.2

9 months ago

0.1.1

10 months ago

0.1.0

10 months ago